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

Diff of /monit/net.c

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

revision 1.11 by hauk, Sun Sep 1 23:38:18 2002 UTC revision 1.12 by hauk, Fri Sep 6 18:13:37 2002 UTC
# Line 21  Line 21 
21    
22  #include <stdio.h>  #include <stdio.h>
23  #include <stdlib.h>  #include <stdlib.h>
24    #ifdef HAVE_SYS_TYPES_H
25    #include <sys/types.h>
26    #endif
27  #include <sys/socket.h>  #include <sys/socket.h>
28  #include <fcntl.h>  #include <fcntl.h>
29  #include <errno.h>  #include <errno.h>
# Line 61  Line 64 
64  #include <unistd.h>  #include <unistd.h>
65  #endif  #endif
66    
 #ifdef HAVE_SYS_TYPES_H  
 #include <sys/types.h>  
 #endif  
   
67  #ifdef HAVE_SYS_STAT_H  #ifdef HAVE_SYS_STAT_H
68  #include <sys/stat.h>  #include <sys/stat.h>
69  #endif  #endif

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

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