aboutsummaryrefslogtreecommitdiffstats
path: root/extension/testext.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-08-26 21:52:12 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-08-26 21:52:12 +0300
commit0b4ff99fec136012af7a54f179bdf601e55e6274 (patch)
tree8a366d55be5cf40ff0c50e7fe5e36fa9a3104d14 /extension/testext.c
parent8e34526a147a2e07c08c950b9f28c2e2132b6fd3 (diff)
downloadegawk-0b4ff99fec136012af7a54f179bdf601e55e6274.tar.gz
egawk-0b4ff99fec136012af7a54f179bdf601e55e6274.tar.bz2
egawk-0b4ff99fec136012af7a54f179bdf601e55e6274.zip
Use config.h properly. Add AC_SYS_LARGEFILE.
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 */