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

Diff of /monit/net.c

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

revision 1.14 by chopp, Wed Sep 25 14:54:48 2002 UTC revision 1.15 by chopp, Wed Oct 23 14:01:26 2002 UTC
# Line 21  Line 21 
21    
22  #include <stdio.h>  #include <stdio.h>
23  #include <stdlib.h>  #include <stdlib.h>
24    
25  #ifdef HAVE_SYS_TYPES_H  #ifdef HAVE_SYS_TYPES_H
26  #include <sys/types.h>  #include <sys/types.h>
27  #endif  #endif
28    
29    #ifdef HAVE_SYS_SOCKET_H
30  #include <sys/socket.h>  #include <sys/socket.h>
31    #endif
32    
33  #include <fcntl.h>  #include <fcntl.h>
34    
35    #ifdef HAVE_ERRNO_H
36  #include <errno.h>  #include <errno.h>
37    #endif
38    
39  #include <stdarg.h>  #include <stdarg.h>
40  #include <signal.h>  #include <signal.h>
41  #include <net/if.h>  #include <net/if.h>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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