From 538023278d853b2f310954e0b220be25ccea6330 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 13 Sep 1996 19:07:38 +0000 Subject: QNX port. svn path=/trunk/; revision=96 --- strcasecmp.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'strcasecmp.c') diff --git a/strcasecmp.c b/strcasecmp.c index 33879c3c..8d9b43b9 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -19,10 +19,16 @@ static char sccsid[] = "@(#)strcasecmp.c 5.6 (Berkeley) 6/27/88"; #endif /* LIBC_SCCS and not lint */ +#if defined(QNX) +#include +#else + #ifndef(u_char) typedef unsigned char u_char; #endif +#endif + /* * This array is designed for mapping upper and lower case letter * together for a case independent comparison. The mappings are -- cgit v1.2.3