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

Diff of /monit/sendmail.c

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

revision 1.8 by chopp, Mon Aug 26 16:28:39 2002 UTC revision 1.9 by hauk, Fri Sep 6 18:13:37 2002 UTC
# Line 21  Line 21 
21  #include <config.h>  #include <config.h>
22    
23  #include <stdio.h>  #include <stdio.h>
24    
25    #ifdef HAVE_SYS_TYPES_H
26    #include <sys/types.h>
27    #endif
28    
29  #include <sys/socket.h>  #include <sys/socket.h>
30  #include <signal.h>  #include <signal.h>
31  #include <stdarg.h>  #include <stdarg.h>
# Line 28  Line 33 
33  #include <setjmp.h>  #include <setjmp.h>
34  #include <stdlib.h>  #include <stdlib.h>
35    
 #ifdef HAVE_SYS_TYPES_H  
 #include <sys/types.h>  
 #endif  
   
36  #ifdef HAVE_UNISTD_H  #ifdef HAVE_UNISTD_H
37  #include <unistd.h>  #include <unistd.h>
38  #endif  #endif

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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