cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/filesubr.c [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/filesubr.c [signed-commits2]
Date: Tue, 29 Nov 2005 18:44:24 -0500

Index: ccvs/src/filesubr.c
diff -u ccvs/src/filesubr.c:1.105.4.1 ccvs/src/filesubr.c:1.105.4.2
--- ccvs/src/filesubr.c:1.105.4.1       Thu Oct 20 21:33:10 2005
+++ ccvs/src/filesubr.c Tue Nov 29 23:44:19 2005
@@ -17,10 +17,20 @@
    definitions under operating systems (like, say, Windows NT) with different
    file system semantics.  */
 
-#include "cvs.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+/* Verify interface.  */
+#include "filesubr.h"
+
+/* GNULIB */
 #include "lstat.h"
 #include "save-cwd.h"
 #include "xsize.h"
+
+/* CVS */
+#include "cvs.h"
 
 static int deep_remove_dir (const char *path);
 




reply via email to

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