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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e581a8126f13b42cd8015091cc0b6716df44f7;p=pspp tests/test-glob.c: Include string.h for strcmp prototype. --- diff --git a/ChangeLog b/ChangeLog index 2c132953bf..fe17d77418 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/tests/test-glob.c b/tests/test-glob.c index cd1ea4d978..fc5ec30124 100644 --- a/tests/test-glob.c +++ b/tests/test-glob.c @@ -22,6 +22,7 @@ #include #include +#include #define ASSERT(expr) \ do \