summaryrefslogtreecommitdiffstats
path: root/innbbsd/rfc931.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-12 00:53:49 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-12 00:53:49 +0800
commit6610078a22d58184eb6deba40a67dda742954fbe (patch)
tree81feec9fba1f4916d7f8146d7c790bc25af7fdb5 /innbbsd/rfc931.c
parent4c2b88e9c74d936675a4a7a11cb068cab7cbe4f3 (diff)
downloadpttbbs-6610078a22d58184eb6deba40a67dda742954fbe.tar
pttbbs-6610078a22d58184eb6deba40a67dda742954fbe.tar.gz
pttbbs-6610078a22d58184eb6deba40a67dda742954fbe.tar.bz2
pttbbs-6610078a22d58184eb6deba40a67dda742954fbe.tar.lz
pttbbs-6610078a22d58184eb6deba40a67dda742954fbe.tar.xz
pttbbs-6610078a22d58184eb6deba40a67dda742954fbe.tar.zst
pttbbs-6610078a22d58184eb6deba40a67dda742954fbe.zip
make the compiler happy!
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3026 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/rfc931.c')
-rw-r--r--innbbsd/rfc931.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/innbbsd/rfc931.c b/innbbsd/rfc931.c
index 187f7929..33ee49fd 100644
--- a/innbbsd/rfc931.c
+++ b/innbbsd/rfc931.c
@@ -17,6 +17,8 @@ static char sccsid[] = "@(#) rfc931.c 1.4 93/03/07 22:47:52";
#endif
#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
#include <syslog.h>
#include <sys/types.h>
#include <sys/socket.h>