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