comparison src/server.c @ 1057:d50d3abb9eb7

[gaim-migrate @ 1067] attempting to pass -Wall (at least for app) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 03 Nov 2000 10:46:58 +0000
parents bde34730789c
children e1408fb04c36
comparison
equal deleted inserted replaced
1056:bde34730789c 1057:d50d3abb9eb7
22 #ifdef HAVE_CONFIG_H 22 #ifdef HAVE_CONFIG_H
23 #include "../config.h" 23 #include "../config.h"
24 #endif 24 #endif
25 #include <time.h> 25 #include <time.h>
26 #include <stdio.h> 26 #include <stdio.h>
27 #include <stdlib.h>
27 #include <string.h> 28 #include <string.h>
28 #include <sys/types.h> 29 #include <sys/types.h>
29 #include <sys/stat.h> 30 #include <sys/stat.h>
30 #include <sys/time.h> 31 #include <sys/time.h>
31 #include <unistd.h> 32 #include <unistd.h>