needs locale.h to compile
[rrdtool.git] / src / rrd_restore.c
index cc9b9c6..fc6f17b 100644 (file)
@@ -14,7 +14,7 @@
 #include <string.h>
 #include <libxml/parser.h>
 #include <libxml/xmlreader.h>
-
+#include <locale.h>
 
 #ifndef WIN32
 #      include <unistd.h>     /* for off_t */