From 2457d7ca6856f84502b09fa4690f6f4187de050f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 26 Jun 2012 19:46:15 +0200 Subject: [PATCH] argp, regex: Ensure strcasecmp gets declared. * lib/argp-help.c: Include . * lib/regex_internal.h: Likewise. Reported and suggested by Joachim Schmitz . --- ChangeLog | 7 +++++++ lib/argp-help.c | 1 + lib/regex_internal.h | 1 + 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ebbc96ba9..a7945910d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-06-26 Bruno Haible + + argp, regex: Ensure strcasecmp gets declared. + * lib/argp-help.c: Include . + * lib/regex_internal.h: Likewise. + Reported and suggested by Joachim Schmitz . + 2012-06-24 Bruno Haible ptsname_r: Make it consistent with ptsname on AIX. diff --git a/lib/argp-help.c b/lib/argp-help.c index a126acb9b..c46703c03 100644 --- a/lib/argp-help.c +++ b/lib/argp-help.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/regex_internal.h b/lib/regex_internal.h index 2b9f69756..64cef470e 100644 --- a/lib/regex_internal.h +++ b/lib/regex_internal.h @@ -24,6 +24,7 @@ #include #include #include +#include #include #ifndef _LIBC -- 2.11.0