Open georgemorgan opened 8 years ago
The statement #include <pthread.h> must be appended to the files generator.c and state.h in order to compile on Mac OS X.
#include <pthread.h>
generator.c
state.h
The statement
#include <pthread.h>
must be appended to the filesgenerator.c
andstate.h
in order to compile on Mac OS X.