[PATCH:drm 4/4] Add missing header includes.

walter harms wharms at bfs.de
Sat Jul 12 08:27:11 PDT 2014


Acked-by: wharms  <wharms at bfs.de>

Am 30.03.2014 14:26, schrieb Thomas Klausner:
> unistd.h for close() and xf86drm.h for drmOpen().
> 
> Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
> ---
>  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 <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)


More information about the xorg-devel mailing list