From 68e581a8126f13b42cd8015091cc0b6716df44f7 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 20 May 2009 09:43:43 +0200 Subject: [PATCH] tests/test-glob.c: Include string.h for strcmp prototype. --- ChangeLog | 4 ++++ tests/test-glob.c | 1 + 2 files changed, 5 insertions(+) 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 \ -- 2.11.0