mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-04-30 08:50:41 +02:00
radeon: Add missing header includes.
unistd.h for close() and xf86drm.h for drmOpen(). Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
This commit is contained in:
parent
72f84b85af
commit
c0b34dca26
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue