summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 15:54:51 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 16:45:56 +0100
commita8eea9e946042fa6f75ffa37059e72a447f532ed (patch)
tree7ce2e36ded76af38b9822526e5b87d82e27699af /lib/replace
parentc296748cbac0593cc6e72aeeb2e17043f508cc71 (diff)
downloadsamba-a8eea9e946042fa6f75ffa37059e72a447f532ed.tar.gz
samba-a8eea9e946042fa6f75ffa37059e72a447f532ed.tar.bz2
samba-a8eea9e946042fa6f75ffa37059e72a447f532ed.zip
lib/replace/test: Add missing include for prototype.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 19 16:45:56 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/test/strptime.c1
1 files changed, 1 insertions, 0 deletions
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 */