Include pthread.h on RPI (#141)

This commit is contained in:
Alexander Stillich
2017-03-10 18:06:58 +01:00
committed by Branimir Karadžić
parent bc74556792
commit 1df82a1416
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
|| BX_PLATFORM_NACL \
|| BX_PLATFORM_IOS \
|| BX_PLATFORM_OSX \
|| BX_PLATFORM_PS4
|| BX_PLATFORM_PS4 \
|| BX_PLATFORM_RPI
# include <pthread.h>
#elif BX_PLATFORM_WINDOWS \
|| BX_PLATFORM_WINRT \