aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index d053bc7..8779606 100644
--- a/config.h
+++ b/config.h
@@ -1,6 +1,9 @@
#ifndef CONFIG_H
#define CONFIG_H
+#include<sys/types.h>
+#include<pwd.h>
+
typedef struct config_t {
char SMS_INBOX[256];
char SMS_OUTBOX[256];