2018-07-18 16:41:21 +02:00
|
|
|
--- ./src/gallium/winsys/svga/drm/vmw_screen.h.orig
|
|
|
|
+++ ./src/gallium/winsys/svga/drm/vmw_screen.h
|
|
|
|
@@ -34,7 +34,7 @@
|
|
|
|
#ifndef VMW_SCREEN_H_
|
|
|
|
#define VMW_SCREEN_H_
|
|
|
|
|
|
|
|
-
|
|
|
|
+#include <sys/stat.h>
|
|
|
|
#include "pipe/p_compiler.h"
|
|
|
|
#include "pipe/p_state.h"
|
|
|
|
|
2021-04-15 20:38:05 +02:00
|
|
|
--- a/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h
|
|
|
|
+++ b/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h
|
2018-07-18 16:41:21 +02:00
|
|
|
@@ -28,6 +28,8 @@
|
|
|
|
#ifndef RADV_AMDGPU_WINSYS_H
|
|
|
|
#define RADV_AMDGPU_WINSYS_H
|
2021-04-15 20:38:05 +02:00
|
|
|
|
2018-07-18 16:41:21 +02:00
|
|
|
+#include <sys/types.h>
|
|
|
|
+
|
2021-04-15 20:38:05 +02:00
|
|
|
#include <amdgpu.h>
|
|
|
|
#include <pthread.h>
|
|
|
|
#include "util/list.h"
|