From bf3a926e2872c14a2519ad6341a6b2606e679f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 9 Aug 2007 08:46:08 +0000 Subject: [PATCH] rewrite str[pf]time for testing. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21896 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/strftime.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/roken/strftime.c b/lib/roken/strftime.c index 35a8c3a0c..471078753 100644 --- a/lib/roken/strftime.c +++ b/lib/roken/strftime.c @@ -33,6 +33,9 @@ #ifdef HAVE_CONFIG_H #include #endif +#ifdef TEST_STRPFTIME +#include "strpftime-test.h" +#endif #include "roken.h" RCSID("$Id$");