diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 15:54:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 16:45:56 +0100 |
commit | a8eea9e946042fa6f75ffa37059e72a447f532ed (patch) | |
tree | 7ce2e36ded76af38b9822526e5b87d82e27699af /lib | |
parent | c296748cbac0593cc6e72aeeb2e17043f508cc71 (diff) | |
download | samba-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')
-rw-r--r-- | lib/replace/test/strptime.c | 1 |
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 */ |