diff options
Diffstat (limited to 'util/xchatd.c')
-rw-r--r-- | util/xchatd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/xchatd.c b/util/xchatd.c index 37b4dde0..43ea1914 100644 --- a/util/xchatd.c +++ b/util/xchatd.c @@ -1,6 +1,8 @@ /* $Id$ */ #include "bbs.h" #include "xchatd.h" +#include <sys/wait.h> +#include <netdb.h> #define SERVER_USAGE #undef MONITOR /* 監督 chatroom 活動以解決糾紛 */ |