From: Jim Meyering Date: Fri, 11 Jun 2010 07:08:47 +0000 (+0200) Subject: test-inttostr.c: include for use of strcmp X-Git-Tag: v0.1~4081 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=cc7a4e12a15c81018321fdf653c081cb42cf05b3;p=gnulib.git test-inttostr.c: include for use of strcmp * tests/test-inttostr.c: Include for strcmp declaration. --- diff --git a/ChangeLog b/ChangeLog index cab8f6c6f..a8443e06d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-06-11 Jim Meyering + test-inttostr.c: include for use of strcmp + * tests/test-inttostr.c: Include for strcmp declaration. + test-linkat: avoid failed assertion on "other" architectures * tests/test-linkat.c: Include , for declarations of stat, lstat, mkdir. Patch by John Rigby, to fix FTBFS on armel, powerpc, diff --git a/tests/test-inttostr.c b/tests/test-inttostr.c index e8149e479..123aca49a 100644 --- a/tests/test-inttostr.c +++ b/tests/test-inttostr.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #define STREQ(a, b) (strcmp (a, b) == 0)