cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/system.h


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/system.h
Date: Tue, 04 Oct 2005 10:43:04 -0400

Index: ccvs/lib/system.h
diff -u ccvs/lib/system.h:1.79 ccvs/lib/system.h:1.80
--- ccvs/lib/system.h:1.79      Thu Sep 29 04:41:08 2005
+++ ccvs/lib/system.h   Tue Oct  4 14:43:02 2005
@@ -57,8 +57,9 @@
 #include <fnmatch.h>
 #include <getopt.h>    /* Has GNU extensions,  */
 
-/* We assume <sys/stat.h> because GNULIB does.  */
+/* We assume <sys/stat.h> & <unistd.h> because GNULIB does.  */
 #include <sys/stat.h>
+#include <unistd.h>
 
 #if !STDC_HEADERS && HAVE_MEMORY_H
 # include <memory.h>
@@ -70,9 +71,6 @@
 #  include <stdint.h>
 # endif /* HAVE_STDINT_H */
 #endif /* HAVE_INTTYPES_H */
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#endif /* HAVE_UNISTD_H */
 /* End the default set of autoconf includes */
 
 /* Assume these headers. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]