mirror of https://github.com/mgba-emu/mgba.git
All: OpenBSD build fixes
This commit is contained in:
parent
cd3b9cdc6b
commit
b7545bfe46
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <pthread.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <pthread_np.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue