diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/open-safer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/open-safer.c b/lib/open-safer.c index 79ce8d563..c7800a395 100644 --- 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> |