summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 141fd30)
raw | patch | inline | side by side (parent: 141fd30)
author | Florian Forster <octo@collectd.org> | |
Thu, 6 Oct 2016 20:36:53 +0000 (22:36 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 6 Oct 2016 20:36:53 +0000 (22:36 +0200) |
src/intel_rdt.c | patch | blob | history |
diff --git a/src/intel_rdt.c b/src/intel_rdt.c
index 0863a72740b6f8d3a0b6e635e2705e02b84f04b3..d8e775f1ca1723e7e65196852429bab2b5f0431c 100644 (file)
--- a/src/intel_rdt.c
+++ b/src/intel_rdt.c
* Serhiy Pshyk <serhiyx.pshyk@intel.com>
**/
-#include <pqos.h>
-
+#include "collectd.h"
#include "common.h"
+#include <pqos.h>
+
#define RDT_PLUGIN "intel_rdt"
#define RDT_MAX_SOCKETS 8