From bd61c8e48e6eea67190d164de4c960e50bb3909e Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 7 Sep 2019 03:50:59 +0200 Subject: Better detect user HOME --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') 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 +#include + typedef struct config_t { char SMS_INBOX[256]; char SMS_OUTBOX[256]; -- cgit v1.2.3