Code

Turbostat: Don't include msr-index.h, use standard header
[collectd.git] / src / turbostat.c
index e6b59d9e1ddfe200f2e4c27b8e96cf38659bea32..e0116114721ffa7c33d90096ccb1e027d386e93b 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #define _GNU_SOURCE
-#include "msr-index.h"
+#include <asm/msr-index.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdbool.h>