summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-02-06 07:49:33 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-02-06 07:49:33 +0100
commit32b624c71d6e444056ba87172cc0004e355170d1 (patch)
tree83ea89553d842106435136388b69016673a4ce1d
parent2b8d953aa22477d88ad6d58f3ad04d3bf90a6a84 (diff)
tests/pm_rps: Fix compilation on Linux
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--tests/pm_rps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pm_rps.c b/tests/pm_rps.c
index 846abe60..46703810 100644
--- a/tests/pm_rps.c
+++ b/tests/pm_rps.c
@@ -33,6 +33,7 @@
#include <unistd.h>
#include <getopt.h>
#include <fcntl.h>
+#include <signal.h>
#include "drmtest.h"
#include "intel_gpu_tools.h"
#include "intel_bufmgr.h"