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 2c132953bf466aaad9993e6b87deff7145f60613..fe17d77418595bb7b46d485fff9715d30208d1ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index cd1ea4d9786262a6dad2c9713c4f1ea63689b366..fc5ec301249f024c8d2b1ea23cf734a101c07893 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #define ASSERT(expr)                                                   \
   do                                                                   \