aboutsummaryrefslogtreecommitdiffstats
path: root/extension/testext.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/testext.c')
-rw-r--r--extension/testext.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/extension/testext.c b/extension/testext.c
index d0215d9d..bb62fa01 100644
--- a/extension/testext.c
+++ b/extension/testext.c
@@ -24,6 +24,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>
@@ -34,7 +38,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "config.h"
#include "gawkapi.h"
static const gawk_api_t *api; /* for convenience macros to work */