summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e1a900)
raw | patch | inline | side by side (parent: 8e1a900)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 25 May 2009 06:05:55 +0000 (06:05 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 25 May 2009 06:05:55 +0000 (06:05 +0000) |
program/src/rrd_open.c | patch | blob | history |
diff --git a/program/src/rrd_open.c b/program/src/rrd_open.c
index dba4ca6fbebbefca9788586786301b104890e1c6..062de236b0b41c77674dd8fabc202e48e8482c50 100644 (file)
--- a/program/src/rrd_open.c
+++ b/program/src/rrd_open.c
* $Id$
*****************************************************************************/
+#ifdef WIN32
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#endif
+
+#ifdef HAVE_BROKEN_MS_ASYNC
+#include <sys/types.h>
#include <utime.h>
+#endif
#include "rrd_tool.h"
#include "unused.h"