projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d8c9b
)
Need to include <sys/stat.h>. Bug #21516.
author
Ben Pfaff
<blp@gnu.org>
Tue, 6 Nov 2007 06:25:33 +0000
(06:25 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Tue, 6 Nov 2007 06:25:33 +0000
(06:25 +0000)
src/data/make-file.c
patch
|
blob
|
history
diff --git
a/src/data/make-file.c
b/src/data/make-file.c
index f8719dc67223d6cd1f44be998f49632ac5bdf0ce..807adc50d9d112de7b47459f0a06a98a4786651f 100644
(file)
--- a/
src/data/make-file.c
+++ b/
src/data/make-file.c
@@
-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>