From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Klausner Subject: [PATCH:drm 4/4] Add missing header includes. Date: Tue, 15 Jul 2014 19:22:55 +0200 Message-ID: <1405444975-29236-4-git-send-email-wiz@NetBSD.org> References: <1405444975-29236-1-git-send-email-wiz@NetBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from fep22.mx.upcmail.net (fep22.mx.upcmail.net [62.179.121.42]) by gabe.freedesktop.org (Postfix) with ESMTP id B07E56E109 for ; Tue, 15 Jul 2014 10:23:00 -0700 (PDT) In-Reply-To: <1405444975-29236-1-git-send-email-wiz@NetBSD.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org unistd.h for close() and xf86drm.h for drmOpen(). Signed-off-by: Thomas Klausner --- tests/radeon/radeon_ttm.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 1.9.4