diff src/strftime.c @ 2442:f667d7ec08b9

[project @ 1996-10-30 18:46:22 by jwe]
author jwe
date Wed, 30 Oct 1996 18:46:25 +0000
parents a628e881be66
children a183aa44c280
line wrap: on
line diff
--- a/src/strftime.c
+++ b/src/strftime.c
@@ -79,7 +79,10 @@
 #endif
 
 #include <stdio.h>
+
+#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
+#endif
 
 #if defined(TIME_WITH_SYS_TIME)
 #include <sys/time.h>