tests/test-glob.c: Include string.h for strcmp prototype.
authorSimon Josefsson <simon@josefsson.org>
Wed, 20 May 2009 07:43:43 +0000 (09:43 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 20 May 2009 07:43:43 +0000 (09:43 +0200)
ChangeLog
tests/test-glob.c

index 2c13295..fe17d77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-05-20  Simon Josefsson  <simon@josefsson.org>
 
+       * tests/test-glob.c: Include string.h for strcmp prototype.
+
+2009-05-20  Simon Josefsson  <simon@josefsson.org>
+
        * 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.
index cd1ea4d..fc5ec30 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #define ASSERT(expr)                                                   \
   do                                                                   \