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

Diff of /monit/http/engine.c

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

revision 1.10 by chopp, Mon Aug 26 16:28:39 2002 UTC revision 1.11 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>
25    
26    #ifdef HAVE_SYS_TYPES_H
27    #include <sys/types.h>
28    #endif
29    
30  #include <sys/socket.h>  #include <sys/socket.h>
31  #include <time.h>  #include <time.h>
32    
# Line 37  Line 42 
42  #include <string.h>  #include <string.h>
43  #endif  #endif
44    
 #ifdef HAVE_SYS_TYPES_H  
 #include <sys/types.h>  
 #endif  
   
45  #ifdef HAVE_NETINET_IN_H  #ifdef HAVE_NETINET_IN_H
46  #include <netinet/in.h>  #include <netinet/in.h>
47  #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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