summaryrefslogtreecommitdiffstats
path: root/include/libbbsutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbbsutil.h')
-rw-r--r--include/libbbsutil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbbsutil.h b/include/libbbsutil.h
index 8f9ac4f3..5b877f52 100644
--- a/include/libbbsutil.h
+++ b/include/libbbsutil.h
@@ -3,6 +3,9 @@
#include <stdint.h>
#include <sys/types.h>
+
+#include "config.h" // XXX for TIMET64, but config.h has too much thing I don't want ...
+
#ifdef __GNUC__
#define GCC_CHECK_FORMAT(a,b) __attribute__ ((format (printf, a, b)))
#else