summaryrefslogtreecommitdiff
path: root/missing/strncasecmp.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:27:41 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:27:41 +0300
commit61bb57af53ebe916d2db6e3585d4fc7ac1d99b92 (patch)
tree2bfc4e5b127618d286f57a87d416702131b1b01d /missing/strncasecmp.c
parent0a9ae0c89481db540e1b817a63cc6c793a62c90d (diff)
downloadgawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.tar.gz
Move to gawk-2.15.3.gawk-2.15.3
Diffstat (limited to 'missing/strncasecmp.c')
-rw-r--r--missing/strncasecmp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/missing/strncasecmp.c b/missing/strncasecmp.c
index 5d93911f..0f6026c8 100644
--- a/missing/strncasecmp.c
+++ b/missing/strncasecmp.c
@@ -19,7 +19,11 @@
static char sccsid[] = "@(#)strcasecmp.c 5.6 (Berkeley) 6/27/88";
#endif /* LIBC_SCCS and not lint */
+#ifdef atarist
+#include <sys/types.h>
+#else
#define u_char unsigned char
+#endif
/*
* This array is designed for mapping upper and lower case letter