Code

renamed getopt to rrd_getopt to avoid confusion on some systems ...
[rrdtool-all.git] / program / src / rrd_tool.h
index cf4f45c5ba9b28646d3544181e07dd4664f1b7ed..954dac8989cafef26b4c7ec58dbfd18cb478e6f2 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