diff options
Diffstat (limited to 'extension/gawkfts.c')
-rw-r--r-- | extension/gawkfts.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extension/gawkfts.c b/extension/gawkfts.c index 2f465959..2b47275b 100644 --- a/extension/gawkfts.c +++ b/extension/gawkfts.c @@ -40,7 +40,12 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #endif /* #include "namespace.h" */ +#ifndef ZOS_USS #include <sys/param.h> +#else +#include <stdio.h> +#include <limits.h> +#endif /* ZOS_USS */ #include <sys/stat.h> #include <assert.h> |