summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-03-30 16:18:53 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-03-30 16:20:13 +0200
commit91a36e317ea8ccded00ba01b586444c788110628 (patch)
tree441925b26648c8e7874bc8a9673e0ea51737d2a9
parent3209b182a7193ef8f973bc93352c33741e98e93e (diff)
tests/kms-steal-crtc: Use correct includes
It was relying on drm_fourcc.h providing <stdint.h>, which is silly. Fix it. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
-rw-r--r--tests/kms/kms-steal-crtc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kms/kms-steal-crtc.c b/tests/kms/kms-steal-crtc.c
index 497772e2..4b830d27 100644
--- a/tests/kms/kms-steal-crtc.c
+++ b/tests/kms/kms-steal-crtc.c
@@ -29,6 +29,7 @@
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
+#include <stdint.h>
#include <string.h>
#include <unistd.h>
#ifdef HAVE_SYS_SELECT_H