From d38af9ada07d37557ded8b82f8925209d50de8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Oct 2006 04:51:53 +0000 Subject: [PATCH] Maybe include and/or maybe include . git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18571 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/socket_wrapper.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/roken/socket_wrapper.c b/lib/roken/socket_wrapper.c index 02178f613..1f1c42597 100644 --- a/lib/roken/socket_wrapper.c +++ b/lib/roken/socket_wrapper.c @@ -65,6 +65,14 @@ #undef SOCKET_WRAPPER_REPLACE #include +#ifdef TIME_WITH_SYS_TIME +#include +#include +#elif defined(HAVE_SYS_TIME_H) +#include +#else +#include +#endif #include #include #include