aboutsummaryrefslogtreecommitdiffstats
path: root/extension/gawkfts.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-29 19:49:57 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-29 19:49:57 +0200
commitcbd2cf7f926f960fab1b5004e42c35515c1c8d9f (patch)
tree803e422f43ef74c1289e5480447cb71579173d61 /extension/gawkfts.c
parent2be545982a05f13cff1300dfa7d8ff45943a4a48 (diff)
downloadegawk-cbd2cf7f926f960fab1b5004e42c35515c1c8d9f.tar.gz
egawk-cbd2cf7f926f960fab1b5004e42c35515c1c8d9f.tar.bz2
egawk-cbd2cf7f926f960fab1b5004e42c35515c1c8d9f.zip
Additional VMS fix.
Diffstat (limited to 'extension/gawkfts.c')
-rw-r--r--extension/gawkfts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/gawkfts.c b/extension/gawkfts.c
index 81803b88..25a4c108 100644
--- a/extension/gawkfts.c
+++ b/extension/gawkfts.c
@@ -43,11 +43,11 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#include <limits.h>
/* #include "namespace.h" */
-#ifndef ZOS_USS
+#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#else
#include <stdio.h>
-#endif /* ZOS_USS */
+#endif
#include <sys/stat.h>
#include <assert.h>