radeon: Add missing header includes.
unistd.h for close() and xf86drm.h for drmOpen(). Signed-off-by: Thomas Klausner <wiz@NetBSD.org>main
parent
72f84b85af
commit
c0b34dca26
|
@ -25,7 +25,9 @@
|
|||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include "rbo.h"
|
||||
#include "xf86drm.h"
|
||||
|
||||
/* allocate as many single page bo to try to starve the kernel
|
||||
* memory zone (below highmem)
|
||||
|
|
Loading…
Reference in New Issue