cpupower/turbostat_set_asm_header_fixed.patch

14 lines
390 B
Diff
Raw Normal View History

Index: turbostat-3.19/turbostat.c
===================================================================
--- turbostat-3.19.orig/turbostat.c 2015-01-28 04:12:38.000000000 +0100
+++ turbostat-3.19/turbostat.c 2015-01-28 18:07:29.404133704 +0100
@@ -20,7 +20,7 @@
*/
#define _GNU_SOURCE
-#include MSRHEADER
+#include "msr-index.h"
#include <stdarg.h>
#include <stdio.h>
#include <err.h>