Code

load rrd_config.h before rrd_client.h since its content is expected to be present...
[rrdtool-all.git] / program / src / rrd_client.c
index a4f1ba9c86fd8022db488da266547af6b8fba4f9..b018ee0aa4fc1d86c4c35a2eec47efdb9d5cb2af 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>