Merge downstream FreeBSD fix

This commit is contained in:
Camilla Berglund 2016-04-04 12:52:08 +02:00
parent e2d5071e59
commit 95439ba529

1
deps/tinycthread.h vendored
View File

@ -78,6 +78,7 @@ freely, subject to the following restrictions:
/* Platform specific includes */
#if defined(_TTHREAD_POSIX_)
#include <sys/time.h>
#include <pthread.h>
#elif defined(_TTHREAD_WIN32_)
#ifndef WIN32_LEAN_AND_MEAN