Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-19.03 45 lines 1.2 kB view raw
1--- ./src/gallium/winsys/svga/drm/vmw_screen.h.orig 2+++ ./src/gallium/winsys/svga/drm/vmw_screen.h 3@@ -34,7 +34,7 @@ 4 #ifndef VMW_SCREEN_H_ 5 #define VMW_SCREEN_H_ 6 7- 8+#include <sys/stat.h> 9 #include "pipe/p_compiler.h" 10 #include "pipe/p_state.h" 11 12--- ./src/gallium/state_trackers/nine/threadpool.h.orig 2015-05-07 14:10:53.443337212 +0200 13+++ ./src/gallium/state_trackers/nine/threadpool.h 2015-05-07 14:11:04.210307653 +0200 14@@ -24,6 +24,8 @@ 15 #ifndef _THREADPOOL_H_ 16 #define _THREADPOOL_H_ 17 18+#include <pthread.h> 19+ 20 #define MAXTHREADS 1 21 22 struct threadpool { 23--- ./src/util/rand_xor.c.orig 2017-06-20 00:38:57.199474067 +0200 24+++ ./src/util/rand_xor.c 2017-06-20 00:40:31.351279557 +0200 25@@ -23,7 +23,9 @@ 26 */ 27 28 #if defined(__linux__) 29+#include <sys/types.h> 30 #include <sys/file.h> 31+#include <sys/stat.h> 32 #include <unistd.h> 33 #include <fcntl.h> 34 #else 35--- ./src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h 36+++ ./src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h 37@@ -28,6 +28,8 @@ 38 #ifndef RADV_AMDGPU_WINSYS_H 39 #define RADV_AMDGPU_WINSYS_H 40 41+#include <sys/types.h> 42+ 43 #include "radv_radeon_winsys.h" 44 #include "ac_gpu_info.h" 45 #include "addrlib/addrinterface.h"<Paste>