From a8eea9e946042fa6f75ffa37059e72a447f532ed Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 15:54:51 +0100 Subject: lib/replace/test: Add missing include for prototype. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sat Mar 19 16:45:56 CET 2011 on sn-devel-104 --- lib/replace/test/strptime.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/replace') diff --git a/lib/replace/test/strptime.c b/lib/replace/test/strptime.c index fade3ecc57..5bf03f5b35 100644 --- a/lib/replace/test/strptime.c +++ b/lib/replace/test/strptime.c @@ -19,6 +19,7 @@ #include "replace.h" #include "system/time.h" +#include "replace-test.h" #endif /* LIBREPLACE_CONFIGURE_TEST_STRPTIME */ -- cgit