summaryrefslogtreecommitdiff
path: root/lib/argp-help.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-06-26 19:46:15 +0200
committerBruno Haible <bruno@clisp.org>2012-06-26 19:46:15 +0200
commit2457d7ca6856f84502b09fa4690f6f4187de050f (patch)
tree892b9355f0a097fb0019ca2451227a616e76914a /lib/argp-help.c
parent91af317680862c24bc4b23ba6f98f9f8e5995a3e (diff)
downloadgnulib-2457d7ca6856f84502b09fa4690f6f4187de050f.tar.gz
argp, regex: Ensure strcasecmp gets declared.
* lib/argp-help.c: Include <strings.h>. * lib/regex_internal.h: Likewise. Reported and suggested by Joachim Schmitz <jojo@schmitz-digital.de>.
Diffstat (limited to 'lib/argp-help.c')
-rw-r--r--lib/argp-help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/argp-help.c b/lib/argp-help.c
index a126acb9ba..c46703c03b 100644
--- a/lib/argp-help.c
+++ b/lib/argp-help.c
@@ -29,6 +29,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <assert.h>
#include <stdarg.h>
#include <ctype.h>