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