Skip to content
Snippets Groups Projects
Commit 3721e701 authored by deuce's avatar deuce
Browse files

#include unistd.h for _POSIX_THREADS definition.

parent 15ed1a76
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ extern "C" { ...@@ -49,6 +49,7 @@ extern "C" {
#include <sys/param.h> #include <sys/param.h>
#include <pthread.h> /* POSIX threads and mutexes */ #include <pthread.h> /* POSIX threads and mutexes */
#include <unistd.h> /* _POSIX_THREADS definition on FreeBSD (at least) */
/* Win32 thread API wrappers */ /* Win32 thread API wrappers */
ulong _beginthread(void( *start_address )( void * ) ulong _beginthread(void( *start_address )( void * )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment