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

Diff of /monit/control.c

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

revision 1.59 by martinp, Wed Aug 6 13:10:51 2003 UTC revision 1.60 by chopp, Wed Aug 13 22:18:42 2003 UTC
# Line 19  Line 19 
19    
20  #include <config.h>  #include <config.h>
21    
22    #ifdef HAVE_STDIO_H
23  #include <stdio.h>  #include <stdio.h>
24    #endif
25    
26  #ifdef HAVE_SYS_TYPES_H  #ifdef HAVE_SYS_TYPES_H
27  #include <sys/types.h>  #include <sys/types.h>
28  #endif  #endif
29    
30    #ifdef HAVE_SYS_SOCKET_H
31  #include <sys/socket.h>  #include <sys/socket.h>
32    #endif
33    
34    #ifdef HAVE_STDLIB_H
35  #include <stdlib.h>  #include <stdlib.h>
36    #endif
37    
38  #ifdef HAVE_STRING_H  #ifdef HAVE_STRING_H
39  #include <string.h>  #include <string.h>
40  #endif  #endif
41    
42    #ifdef HAVE_STRINGS_H
43    #include <strings.h>
44    #endif
45    
46  #ifdef HAVE_UNISTD_H  #ifdef HAVE_UNISTD_H
47  #include <unistd.h>  #include <unistd.h>
48  #endif  #endif

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

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