From: Simon Josefsson Date: Wed, 20 May 2009 07:43:43 +0000 (+0200) Subject: tests/test-glob.c: Include string.h for strcmp prototype. X-Git-Tag: v0.1~5908 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=68e581a8126f13b42cd8015091cc0b6716df44f7;p=gnulib.git tests/test-glob.c: Include string.h for strcmp prototype. --- diff --git a/ChangeLog b/ChangeLog index 2c132953b..fe17d7741 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-05-20 Simon Josefsson + * tests/test-glob.c: Include string.h for strcmp prototype. + +2009-05-20 Simon Josefsson + * modules/getdelim (Depends-on): Add explicit stdint, although it was implicitly already pulled in via realloc-posix. * lib/getdelim.c: Get SIZE_MAX from stdint.h. diff --git a/tests/test-glob.c b/tests/test-glob.c index cd1ea4d97..fc5ec3012 100644 --- a/tests/test-glob.c +++ b/tests/test-glob.c @@ -22,6 +22,7 @@ #include #include +#include #define ASSERT(expr) \ do \