all repos — mgba @ 9b4cca58f140ae9e68806c4a078201ff33c88734

mGBA Game Boy Advance Emulator

Merge pull request #72 from bentley/master

Fix build on OpenBSD
endrift jeffrey@endrift.com
Tue, 28 Jul 2015 17:00:21 -0700
commit

9b4cca58f140ae9e68806c4a078201ff33c88734

parent

cd3b9cdc6b85948e299756b683f5c08fd7e098f1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/posix/threading.hsrc/platform/posix/threading.h

@@ -10,7 +10,7 @@ #include "util/common.h"

#include <pthread.h> #include <sys/time.h> -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) || defined(__OpenBSD__) #include <pthread_np.h> #endif