Code

rc/utils_llist.c: Fix a bug in llist_prepend.
[collectd.git] / src / rrdtool.c
index 0dae46b3fe7b4eb5d46e097b16ca5055cb9bbaaf..e356bf19d6d91fb4a275fffb840df0c6f3827a4b 100644 (file)
@@ -24,6 +24,8 @@
 #include "common.h"
 #include "utils_avltree.h"
 
+#include <rrd.h>
+
 #if HAVE_PTHREAD_H
 # include <pthread.h>
 #endif