diff options
author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-30 15:40:01 +0000 |
---|---|---|
committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-30 15:40:01 +0000 |
commit | c271a3613cbfaf0b476e235315b84d77d01b68cd (patch) | |
tree | d27cfd2700229a42d77e9300869793928f4d92b9 /lib/libc/string/strcasecmp.c | |
parent | 401e7fff61471bdbc13d96b24cfe5b6fd6c5ccc0 (diff) |
Notes
Diffstat (limited to 'lib/libc/string/strcasecmp.c')
-rw-r--r-- | lib/libc/string/strcasecmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index 830b8a564426..cb031ceec3cf 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <string.h> +#include <strings.h> #include <ctype.h> typedef unsigned char u_char; |