projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29942c4
)
Include <config.h>.
author
Jim Meyering
<jim@meyering.net>
Thu, 25 Aug 2005 16:30:01 +0000
(16:30 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 25 Aug 2005 16:30:01 +0000
(16:30 +0000)
Otherwise, we'd lose LARGEFILE support in any file using e.g. "fcntl--.h"
lib/open-safer.c
patch
|
blob
|
history
diff --git
a/lib/open-safer.c
b/lib/open-safer.c
index 79ce8d5635423d83ffbe6893634d13adae3c5943..c7800a3959eb6bbdd225f875d02429c8c99a762b 100644
(file)
--- a/
lib/open-safer.c
+++ b/
lib/open-safer.c
@@
-17,6
+17,10
@@
/* Written by Paul Eggert. */
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "fcntl-safer.h"
#include <fcntl.h>