summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-30 16:08:03 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-30 16:08:03 +0800
commita213953b467d6f70300363694b2a9474a98feb7a (patch)
tree8662a469a9919ad97210a823443eed53063e2301 /include
parent160f07969d41c2242f0b07b82760d84754893f78 (diff)
downloadpttbbs-a213953b467d6f70300363694b2a9474a98feb7a.tar
pttbbs-a213953b467d6f70300363694b2a9474a98feb7a.tar.gz
pttbbs-a213953b467d6f70300363694b2a9474a98feb7a.tar.bz2
pttbbs-a213953b467d6f70300363694b2a9474a98feb7a.tar.lz
pttbbs-a213953b467d6f70300363694b2a9474a98feb7a.tar.xz
pttbbs-a213953b467d6f70300363694b2a9474a98feb7a.tar.zst
pttbbs-a213953b467d6f70300363694b2a9474a98feb7a.zip
fix r2438 with TIMET64
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2446 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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"