/[monit]/monit/monit_http.c
ViewVC logotype

Diff of /monit/monit_http.c

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

revision 1.6 by chopp, Mon Aug 26 16:28:39 2002 UTC revision 1.7 by hauk, Fri Sep 6 18:13:37 2002 UTC
# Line 20  Line 20 
20  #include <config.h>  #include <config.h>
21    
22  #include <stdio.h>  #include <stdio.h>
23    
24    #ifdef HAVE_SYS_TYPES_H
25    #include <sys/types.h>
26    #endif
27    
28  #include <sys/socket.h>  #include <sys/socket.h>
29  #include <errno.h>  #include <errno.h>
30  #include <stdlib.h>  #include <stdlib.h>
# Line 32  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_WAIT_H  #ifdef HAVE_SYS_WAIT_H
41  #include <sys/wait.h>  #include <sys/wait.h>
42  #endif  #endif

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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