summaryrefslogtreecommitdiffstats
path: root/include/bbs.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-17 20:31:56 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-17 20:31:56 +0800
commit30ae3eb353c54ba06efab9b776efdec11983cb6b (patch)
treeca4a01c04e328c49f3932bf579785472487e21f0 /include/bbs.h
parent080973599028776d184e4526c58fab5dc1cec8bd (diff)
downloadpttbbs-30ae3eb353c54ba06efab9b776efdec11983cb6b.tar
pttbbs-30ae3eb353c54ba06efab9b776efdec11983cb6b.tar.gz
pttbbs-30ae3eb353c54ba06efab9b776efdec11983cb6b.tar.bz2
pttbbs-30ae3eb353c54ba06efab9b776efdec11983cb6b.tar.lz
pttbbs-30ae3eb353c54ba06efab9b776efdec11983cb6b.tar.xz
pttbbs-30ae3eb353c54ba06efab9b776efdec11983cb6b.tar.zst
pttbbs-30ae3eb353c54ba06efab9b776efdec11983cb6b.zip
outta cache
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@475 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/bbs.h')
-rw-r--r--include/bbs.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/bbs.h b/include/bbs.h
index 1b2a0d38..a56ee944 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -32,6 +32,7 @@
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/sem.h>
+#include <sys/msg.h>
#include "config.h"
#include "pttstruct.h"
@@ -42,11 +43,14 @@
#include "gomo.h"
#ifndef INCLUDE_VAR_H
- #include "var.h"
+ #include "var.h"
+#endif
+#ifdef OUTTA_CACHE
+ #include "outtacache.h"
#endif
#ifdef FreeBSD
- #include <machine/limits.h>
+ #include <machine/limits.h>
#else
- #include <limits.h>
+ #include <limits.h>
#endif
#endif /* INCLUDE_BBS_H */