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

Diff of /monit/protocols/http.c

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

revision 1.12 by chopp, Mon Aug 26 16:28:39 2002 UTC revision 1.13 by hauk, Fri Sep 6 18:13:37 2002 UTC
# Line 21  Line 21 
21    
22  #include <stdio.h>  #include <stdio.h>
23  #include <errno.h>  #include <errno.h>
24    
25    #ifdef HAVE_SYS_TYPES_H
26    #include <sys/types.h>
27    #endif
28    
29  #include <sys/socket.h>  #include <sys/socket.h>
30    
31  #ifdef HAVE_STRING_H  #ifdef HAVE_STRING_H
32  #include <string.h>  #include <string.h>
33  #endif  #endif
34    
 #ifdef HAVE_SYS_TYPES_H  
 #include <sys/types.h>  
 #endif  
   
35  #ifdef HAVE_NETINET_IN_H  #ifdef HAVE_NETINET_IN_H
36  #include <netinet/in.h>  #include <netinet/in.h>
37  #endif  #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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