diff options
Diffstat (limited to 'tools/perf/builtin-kvm.c')
-rw-r--r-- | tools/perf/builtin-kvm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-kvm.c b/tools/perf/builtin-kvm.c index 4002277475cf..2b1732cfc0be 100644 --- a/tools/perf/builtin-kvm.c +++ b/tools/perf/builtin-kvm.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <inttypes.h> | 31 | #include <inttypes.h> |
32 | #include <termios.h> | 32 | #include <termios.h> |
33 | #include <semaphore.h> | 33 | #include <semaphore.h> |
34 | #include <signal.h> | ||
34 | #include <pthread.h> | 35 | #include <pthread.h> |
35 | #include <math.h> | 36 | #include <math.h> |
36 | 37 | ||