Code

only include utime.h when necessary
[rrdtool-all.git] / program / src / rrd_open.c
index dba1a018d7b6db55a86596b9fc44425e5b7e3e07..f7ccca87a7d643c19d78ab8dce8c9ffc12560e81 100644 (file)
 #include <stdlib.h>
 #include <fcntl.h>
 #include <sys/stat.h>
+#endif
+
+#ifdef HAVE_BROKEN_MS_ASYNC
+#include <sys/types.h>       
 #include <utime.h>
 #endif