summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bbs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/bbs.h b/include/bbs.h
index ea0de9da..fb65c3e0 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -37,14 +37,13 @@
#include <sys/sem.h>
#include <sys/msg.h>
+/* our header */
+#include "config.h"
#ifdef TIMET64
typedef uint32_t time4_t;
#else
typedef time_t time4_t;
#endif
-
-/* our header */
-#include "config.h"
#include "pttstruct.h"
#include "fav.h"
#include "common.h"