1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-20 23:05:12 +03:00

Fix compilation on OS X

This commit is contained in:
Arne Schwabe 2017-01-16 12:40:53 +01:00
parent 5623760c3e
commit 22a9ec286a

View file

@ -72,6 +72,7 @@ void sig(int sgn)
#include <pthread.h> #include <pthread.h>
#include <semaphore.h> #include <semaphore.h>
#include <stddef.h> #include <stddef.h>
#include <errno.h>
#undef min #undef min
#undef max #undef max