# HG changeset patch # User Simon Josefsson # Date 1242805423 -7200 # Node ID 6ca34e75d78f11c1f084cc441233f6653e06f8c4 # Parent ec1671f198c117261d79128c40d344e0c3e70214 tests/test-glob.c: Include string.h for strcmp prototype. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/tests/test-glob.c +++ b/tests/test-glob.c @@ -22,6 +22,7 @@ #include #include +#include #define ASSERT(expr) \ do \