From a213953b467d6f70300363694b2a9474a98feb7a Mon Sep 17 00:00:00 2001
From: in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Sun, 30 Jan 2005 08:08:03 +0000
Subject: fix r2438 with TIMET64

git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2446 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 include/bbs.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'include')

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"
-- 
cgit v1.2.3