From 9ee5424d972dcab07bae79d6a85bdc861a78b85a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 20 Aug 2002 13:00:35 +0000 Subject: [PATCH] include stdio.h and roken.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11163 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/localtime_r.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/roken/localtime_r.c b/lib/roken/localtime_r.c index aff92ef6a..36fcfc9b6 100644 --- a/lib/roken/localtime_r.c +++ b/lib/roken/localtime_r.c @@ -36,7 +36,9 @@ RCSID("$Id$"); #endif +#include #include +#include "roken.h" #ifndef HAVE_LOCALTIME_R