pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/data make-file.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data make-file.c
Date: Tue, 06 Nov 2007 06:25:33 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/11/06 06:25:33

Modified files:
        src/data       : make-file.c 

Log message:
        Need to include <sys/stat.h>.  Bug #21516.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/make-file.c?cvsroot=pspp&r1=1.13&r2=1.14

Patches:
Index: make-file.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/make-file.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- make-file.c 3 Nov 2007 22:00:04 -0000       1.13
+++ make-file.c 6 Nov 2007 06:25:33 -0000       1.14
@@ -21,6 +21,7 @@
 #include <string.h>
 #include <errno.h>
 #include <stdio.h>
+#include <sys/stat.h>
 
 #include <data/file-name.h>
 #include <data/make-file.h>




reply via email to

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