tests/pm_rps: Fix compilation on Linux

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2014-02-06 07:49:33 +01:00
parent 2b8d953aa2
commit 32b624c71d

View 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"