From: Hallvard Furuseth Date: Mon, 25 Jul 2005 22:53:21 +0000 (+0000) Subject: Update previous fix: utime() needs as well as on Linux X-Git-Tag: OPENLDAP_AC_BP~193 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f020796f73e0f5efc3655d931a46978be9c92950;p=openldap Update previous fix: utime() needs as well as on Linux --- diff --git a/servers/slapd/back-bdb/init.c b/servers/slapd/back-bdb/init.c index 666e43c03d..282503a75e 100644 --- a/servers/slapd/back-bdb/init.c +++ b/servers/slapd/back-bdb/init.c @@ -23,7 +23,10 @@ #include #include #ifdef HAVE_UTIME_H -#include +# ifdef HAVE_SYS_TYPES_H +# include +# endif +# include #endif /* HAVE_UTIME_H */ #include "back-bdb.h" #include