mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Include pthread.h on RPI (#141)
This commit is contained in:
committed by
Branimir Karadžić
parent
bc74556792
commit
1df82a1416
@@ -10,7 +10,8 @@
|
||||
|| BX_PLATFORM_NACL \
|
||||
|| BX_PLATFORM_IOS \
|
||||
|| BX_PLATFORM_OSX \
|
||||
|| BX_PLATFORM_PS4
|
||||
|| BX_PLATFORM_PS4 \
|
||||
|| BX_PLATFORM_RPI
|
||||
# include <pthread.h>
|
||||
# if defined(__FreeBSD__)
|
||||
# include <pthread_np.h>
|
||||
|
||||
Reference in New Issue
Block a user