aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--config.h.pre3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.pre b/config.h.pre
index 05f0485c..1c3940de 100644
--- a/config.h.pre
+++ b/config.h.pre
@@ -4,3 +4,6 @@
#if defined(__linux__) || defined(__MINT__)
# define _GNU_SOURCE /* getsubopt(), strcasestr(), strptime() */
#endif
+
+#include <sys/types.h>
+#include <stdio.h>