diff options
Diffstat (limited to 'common/file.c')
-rw-r--r-- | common/file.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/file.c b/common/file.c index 66d781f7..236ac3d8 100644 --- a/common/file.c +++ b/common/file.c @@ -18,6 +18,10 @@ * read a config file */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif + #include "arch.h" #include "os_calls.h" #include "list.h" |