/[monit]/monit/http/cervlet.c
ViewVC logotype

Diff of /monit/http/cervlet.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by hauk, Fri Sep 6 10:39:29 2002 UTC revision 1.23 by hauk, Fri Sep 6 18:13:37 2002 UTC
# Line 22  Line 22 
22  #include <stdio.h>  #include <stdio.h>
23  #include <stdlib.h>  #include <stdlib.h>
24  #include <errno.h>  #include <errno.h>
 #include <sys/socket.h>  
25    
26    #ifdef HAVE_SYS_TYPES_H
27    #include <sys/types.h>
28    #endif
29    
30    #include <sys/socket.h>
31    
32  #ifdef HAVE_STRING_H  #ifdef HAVE_STRING_H
33  #include <string.h>  #include <string.h>
# Line 33  Line 37 
37  #include <unistd.h>  #include <unistd.h>
38  #endif  #endif
39    
 #ifdef HAVE_SYS_TYPES_H  
 #include <sys/types.h>  
 #endif  
   
40  #ifdef HAVE_SYS_STAT_H  #ifdef HAVE_SYS_STAT_H
41  #include <sys/stat.h>  #include <sys/stat.h>
42  #endif  #endif

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26