diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-01-30 16:08:03 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-01-30 16:08:03 +0800 |
commit | a213953b467d6f70300363694b2a9474a98feb7a (patch) | |
tree | 8662a469a9919ad97210a823443eed53063e2301 /include | |
parent | 160f07969d41c2242f0b07b82760d84754893f78 (diff) | |
download | pttbbs-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.h | 5 |
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" |