From 61bb57af53ebe916d2db6e3585d4fc7ac1d99b92 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:27:41 +0300 Subject: Move to gawk-2.15.3. --- missing/strncasecmp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'missing/strncasecmp.c') 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 +#else #define u_char unsigned char +#endif /* * This array is designed for mapping upper and lower case letter -- cgit v1.2.3