aboutsummaryrefslogtreecommitdiffstats
path: root/extension/gawkfts.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-01-25 10:50:12 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-01-25 10:50:12 +0200
commitda1d22c183f5d8241538524665e572c5c6a15865 (patch)
tree6c76d7940657e794f7f02bfb49b3d22bfcff330d /extension/gawkfts.c
parent5cca2a2d008689dfc415415f71bae1b7b7923bd6 (diff)
downloadegawk-da1d22c183f5d8241538524665e572c5c6a15865.tar.gz
egawk-da1d22c183f5d8241538524665e572c5c6a15865.tar.bz2
egawk-da1d22c183f5d8241538524665e572c5c6a15865.zip
Considerable additional portability fixes.
Diffstat (limited to 'extension/gawkfts.c')
-rw-r--r--extension/gawkfts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/gawkfts.c b/extension/gawkfts.c
index 2a03b4f1..e70a154b 100644
--- a/extension/gawkfts.c
+++ b/extension/gawkfts.c
@@ -41,12 +41,12 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#define _BSD_SOURCE
+#include <limits.h>
/* #include "namespace.h" */
#ifndef ZOS_USS
#include <sys/param.h>
#else
#include <stdio.h>
-#include <limits.h>
#endif /* ZOS_USS */
#include <sys/stat.h>