diff options
author | Mauro Rossi <[email protected]> | 2018-05-20 13:57:03 +0200 |
---|---|---|
committer | Mauro Rossi <[email protected]> | 2018-07-07 20:53:59 +0200 |
commit | 1a1f2b134c4bdb502659724e232a9e009287fe58 (patch) | |
tree | 4ee9e8f16f3272bcf27923e1e86305ff1e0a4e2f /src/mesa/Makefile.sources | |
parent | de139787332eb83381d7b5ed794d834f44f2ac45 (diff) |
radv: winsys/amdgpu: include missing pthread.h header
pthread types are used in some files without explicitely including pthread.h.
This leads to compile errors on Android 7.x nougat-x86
e.g. in src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h
In file included from external/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:31:
In file included from external/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.h:32:
external/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h:52:2: error: unknown type name 'pthread_mutex_t'
pthread_mutex_t global_bo_list_lock;
^
1 error generated.
Including pthread.h explicitely solves the building error
Signed-off-by: Mauro Rossi <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
0 files changed, 0 insertions, 0 deletions