recipes: xorg/mesa: upgraded to version 19.0.4, improving compatibility with Musl
[dragora.git] / patches / mesa / musl-fix-includes.patch
blob9ce9df4e4e90505d1a977da2c52a77dae1636832
1 --- a/src/util/rand_xor.c
2 +++ b/src/util/rand_xor.c
3 @@ -24,6 +24,8 @@
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_
19 +#include <sys/stat.h>
20 #include "pipe/p_compiler.h"
21 #include "pipe/p_state.h"