/[cvs]/ccvs/lib/system.h
ViewVC logotype

Diff of /ccvs/lib/system.h

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

revision 1.79 by dprice, Thu Sep 29 04:41:08 2005 UTC revision 1.80 by dprice, Tue Oct 4 14:43:02 2005 UTC
# Line 57  Line 57 
57  #include <fnmatch.h>  #include <fnmatch.h>
58  #include <getopt.h>     /* Has GNU extensions,  */  #include <getopt.h>     /* Has GNU extensions,  */
59    
60  /* We assume <sys/stat.h> because GNULIB does.  */  /* We assume <sys/stat.h> & <unistd.h> because GNULIB does.  */
61  #include <sys/stat.h>  #include <sys/stat.h>
62    #include <unistd.h>
63    
64  #if !STDC_HEADERS && HAVE_MEMORY_H  #if !STDC_HEADERS && HAVE_MEMORY_H
65  # include <memory.h>  # include <memory.h>
# Line 70  Line 71 
71  #  include <stdint.h>  #  include <stdint.h>
72  # endif /* HAVE_STDINT_H */  # endif /* HAVE_STDINT_H */
73  #endif /* HAVE_INTTYPES_H */  #endif /* HAVE_INTTYPES_H */
 #if HAVE_UNISTD_H  
 # include <unistd.h>  
 #endif /* HAVE_UNISTD_H */  
74  /* End the default set of autoconf includes */  /* End the default set of autoconf includes */
75    
76  /* Assume these headers. */  /* Assume these headers. */

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

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