getopt is required for rrdupdate too (there are platforms where this is not in libc...
[rrdtool.git] / src / rrd_tool.h
index 2d983a4..bb96194 100644 (file)
@@ -12,10 +12,10 @@ extern "C" {
 #define _RRD_TOOL_H
 
 #if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H)
-#include "../confignt/config.h"
+#include "../win32/config.h"
 #else
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "../rrd_config.h"
 #endif
 #endif