From 6926a9ca677f546b7d4657e0c2fb0f94b35a23da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jun 2003 22:20:29 +0000 Subject: Include , not . --- lib/strcasecmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strcasecmp.c b/lib/strcasecmp.c index ae7601de0..cf4ab88db 100644 --- a/lib/strcasecmp.c +++ b/lib/strcasecmp.c @@ -29,7 +29,7 @@ # define LENGTH_LIMIT_EXPR(Expr) 0 #endif -#include +#include #include #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) -- cgit v1.2.3-54-g00ecf