renamed getopt to rrd_getopt to avoid confusion on some systems ...
[rrdtool.git] / src / rrd_tool.h
index cf4f45c..954dac8 100644 (file)
@@ -115,7 +115,7 @@ int isnan(double value);
 #endif
 
 /* local include files -- need to be after the system ones */
-#include "getopt.h"
+#include "rrd_getopt.h"
 #include "rrd_format.h"
 
 #ifndef max