aboutsummaryrefslogtreecommitdiffstats
path: root/extension/filefuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/filefuncs.c')
-rw-r--r--extension/filefuncs.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index 9f498706..89eaffc7 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -30,6 +30,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <assert.h>
#include <errno.h>
@@ -40,7 +44,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "config.h"
#include "gawkapi.h"
#include "gettext.h"