diff options
Diffstat (limited to 'strcasecmp.c')
-rw-r--r-- | strcasecmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strcasecmp.c b/strcasecmp.c index 8d9b43b9..24e7afcd 100644 --- a/strcasecmp.c +++ b/strcasecmp.c @@ -23,7 +23,7 @@ static char sccsid[] = "@(#)strcasecmp.c 5.6 (Berkeley) 6/27/88"; #include <sys/types.h> #else -#ifndef(u_char) +#if !defined(u_char) typedef unsigned char u_char; #endif |