From: Thomas Klausner Date: Tue, 15 Jul 2014 17:22:55 +0000 (+0200) Subject: radeon: Add missing header includes. X-Git-Tag: libdrm-2.4.55~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibdrm.git;a=commitdiff_plain;h=c0b34dca2632a774249cfa3b969c3f7ce9df33e1 radeon: Add missing header includes. unistd.h for close() and xf86drm.h for drmOpen(). Signed-off-by: Thomas Klausner --- diff --git a/tests/radeon/radeon_ttm.c b/tests/radeon/radeon_ttm.c index 246fd99..ac3297a 100644 --- a/tests/radeon/radeon_ttm.c +++ b/tests/radeon/radeon_ttm.c @@ -25,7 +25,9 @@ */ #include #include +#include #include "rbo.h" +#include "xf86drm.h" /* allocate as many single page bo to try to starve the kernel * memory zone (below highmem)