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