aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-09-07 03:50:59 +0200
committerache <ache@ache.one>2019-09-07 03:50:59 +0200
commitbd61c8e48e6eea67190d164de4c960e50bb3909e (patch)
tree07af0e5a0f21c14cd6fc2eeb8e7b8c1e268ee975 /config.h
parentOups sms.o (diff)
Better detect user HOME
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];