aboutsummaryrefslogtreecommitdiffstats
path: root/extension/readfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/readfile.c')
-rw-r--r--extension/readfile.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/extension/readfile.c b/extension/readfile.c
index 5abb5763..7d5f78af 100644
--- a/extension/readfile.c
+++ b/extension/readfile.c
@@ -31,6 +31,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>
@@ -41,7 +45,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "config.h"
+
#include "gawkapi.h"
#include "gettext.h"