summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-05-15 23:54:55 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-05-15 23:54:55 +0800
commit69be2d6f1e9e298496c3aa1ad329300f0dda2360 (patch)
tree4d37f4c696359fe6c8a8ce14b338cd1756446923 /include
parent6b355f85654856ee042969fae510bd3be57acf6e (diff)
downloadpttbbs-69be2d6f1e9e298496c3aa1ad329300f0dda2360.tar
pttbbs-69be2d6f1e9e298496c3aa1ad329300f0dda2360.tar.gz
pttbbs-69be2d6f1e9e298496c3aa1ad329300f0dda2360.tar.bz2
pttbbs-69be2d6f1e9e298496c3aa1ad329300f0dda2360.tar.lz
pttbbs-69be2d6f1e9e298496c3aa1ad329300f0dda2360.tar.xz
pttbbs-69be2d6f1e9e298496c3aa1ad329300f0dda2360.tar.zst
pttbbs-69be2d6f1e9e298496c3aa1ad329300f0dda2360.zip
- (internal) add missing includes
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4311 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/cmsys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cmsys.h b/include/cmsys.h
index 671df7c2..458281e9 100644
--- a/include/cmsys.h
+++ b/include/cmsys.h
@@ -3,6 +3,9 @@
#include <stdint.h>
#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include "osdep.h"
#include "config.h" // XXX for TIMET64, but config.h has too much thing I don't want ...