From cc7a4e12a15c81018321fdf653c081cb42cf05b3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Jun 2010 09:08:47 +0200 Subject: [PATCH] test-inttostr.c: include for use of strcmp * tests/test-inttostr.c: Include for strcmp declaration. --- ChangeLog | 3 +++ tests/test-inttostr.c | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index cab8f6c6fb..a8443e06d3 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 e8149e479d..123aca49a2 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) -- 2.30.2