[PATCH 2/7] tests/kms-steal-crtc: Use correct includes
Daniel Vetter
daniel.vetter at ffwll.ch
Wed Mar 30 15:04:37 UTC 2016
It was relying on drm_fourcc.h providing <stdint.h>, which is silly.
Fix it.
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
tests/kms/kms-steal-crtc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/kms/kms-steal-crtc.c b/tests/kms/kms-steal-crtc.c
index 497772e237f1..4b830d27a1bf 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
--
2.8.0.rc3
More information about the dri-devel
mailing list