load rrd_config.h before rrd_client.h since its content is expected to be present...
[rrdtool.git] / src / rrd_client.c
index a4f1ba9..b018ee0 100644 (file)
@@ -21,8 +21,8 @@
  **/
 
 #include "rrd.h"
-#include "rrd_client.h"
 #include "rrd_tool.h"
+#include "rrd_client.h"
 
 #include <stdlib.h>
 #include <string.h>