tests/pm_rps: Fix compilation on Linux
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Feb 2014 06:49:33 +0000 (07:49 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Feb 2014 06:49:33 +0000 (07:49 +0100)
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/pm_rps.c

index 846abe6..4670381 100644 (file)
@@ -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"