ncftp: bump version to 3.2.6
[buildroot-gz.git] / package / mesa3d / 0003-musl.patch
blob8f7ba773aa1406770a7f05af47ad5a32dd2da325
1 Fix musl build
3 Downloaded from
4 http://git.alpinelinux.org/cgit/aports/plain/main/mesa/musl-fixes.patch
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
8 --- ./src/gallium/winsys/svga/drm/vmw_screen.h.orig
9 +++ ./src/gallium/winsys/svga/drm/vmw_screen.h
10 @@ -34,7 +34,7 @@
11 #ifndef VMW_SCREEN_H_
12 #define VMW_SCREEN_H_
15 +#include <sys/stat.h>
16 #include "pipe/p_compiler.h"
17 #include "pipe/p_state.h"