Turbostat: Don't include msr-index.h, use standard header
[collectd.git] / src / turbostat.c
index e6b59d9..e011611 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>