diff options
Diffstat (limited to 'testing/powertop/stdio.patch')
-rw-r--r-- | testing/powertop/stdio.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/powertop/stdio.patch b/testing/powertop/stdio.patch new file mode 100644 index 0000000000..5e413f3598 --- /dev/null +++ b/testing/powertop/stdio.patch @@ -0,0 +1,12 @@ +diff --git a/src/perf/perf.h b/src/perf/perf.h +index ee072ae06d24..932588a684f9 100644 +--- a/src/perf/perf.h ++++ b/src/perf/perf.h +@@ -26,6 +26,7 @@ + #define _INCLUDE_GUARD_PERF_H_ + + #include <iostream> ++#include <stdio.h> + + + extern "C" { |