comparison graphics/mesa/musl.patch @ 264:99bc133dd404

graphics/mesa: initial import, closes #1281
author David Demelier <markand@malikania.fr>
date Thu, 21 Mar 2019 21:15:00 +0100
parents
children
comparison
equal deleted inserted replaced
263:16aaf65523de 264:99bc133dd404
1 --- a/src/util/rand_xor.c
2 +++ b/src/util/rand_xor.c
3 @@ -24,6 +24,8 @@
4
5 #if defined(__linux__)
6 #include <sys/file.h>
7 +#include <sys/types.h>
8 +#include <sys/stat.h>
9 #include <unistd.h>
10 #include <fcntl.h>
11 #else
12 --- ./src/gallium/winsys/svga/drm/vmw_screen.h.orig
13 +++ ./src/gallium/winsys/svga/drm/vmw_screen.h
14 @@ -34,7 +34,7 @@
15 #ifndef VMW_SCREEN_H_
16 #define VMW_SCREEN_H_
17
18 -
19 +#include <sys/stat.h>
20 #include "pipe/p_compiler.h"
21 #include "pipe/p_state.h"