Merge pull request #2874 from elfiesmelfie/feat_virt_block_info
[collectd.git] / src / perl.c
index 31c68ad..09e6e5a 100644 (file)
@@ -33,6 +33,7 @@
 /* do not automatically get the thread specific Perl interpreter */
 #define PERL_NO_GET_CONTEXT
 
+#include "collectd.h"
 #include <stdbool.h>
 
 #include <EXTERN.h>
@@ -46,8 +47,8 @@
 #endif /* DEBUG */
 
 /* ... while we want the definition found in plugin.h. */
-#include "common.h"
 #include "plugin.h"
+#include "utils/common/common.h"
 
 #include "filter_chain.h"