comparison lib-src/gnuserv.h @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 929b76928fce
children 41f2f0e326e9
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
104 104
105 #include <sys/types.h> 105 #include <sys/types.h>
106 #include <sys/param.h> 106 #include <sys/param.h>
107 #include <sys/stat.h> 107 #include <sys/stat.h>
108 #include <stdio.h> 108 #include <stdio.h>
109 #ifdef STDC_HEADERS
110 #include <stdlib.h> 109 #include <stdlib.h>
111 #include <string.h> 110 #include <string.h>
112 #endif /* STDC_HEADERS */
113 #include <signal.h> 111 #include <signal.h>
114 #include <errno.h> 112 #include <errno.h>
115 113
116 #ifdef HAVE_UNISTD_H 114 #ifdef HAVE_UNISTD_H
117 #include <unistd.h> 115 #include <unistd.h>