]> git.sur5r.net Git - openldap/blobdiff - include/ac/time.h
Vienna Bulk Commit
[openldap] / include / ac / time.h
index 3da6ddfe07728777941cfc3835b08f04d87abceb..e1d6dc3836fbaeda902c86271eb001ced01783ac 100644 (file)
 # include <time.h>
 #elif HAVE_SYS_TIME_H
 # include <sys/time.h>
+# ifdef HAVE_SYS_TIMEB_H
+#  include <sys/timeb.h>
+# endif
 #else
 # include <time.h>
 #endif
 
-#ifdef WIN32
-#include <sys/types.h>
-#include <sys/timeb.h>
-#endif
-
 #endif /* _AC_TIME_H */