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>
main
Daniel Vetter 2016-03-30 16:18:53 +02:00
parent 81506da8cf
commit 1e5c590a24
1 changed files with 1 additions and 0 deletions

View File

@ -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