include pthread.h for pthread_mutex_t (#206)

Needed to unbreak build on OpenBSD.
This commit is contained in:
Stuart Henderson
2019-07-31 09:09:01 +01:00
committed by Shuanglei Tao
parent 12dd5c7d82
commit 6facf525c1

View File

@@ -1,3 +1,4 @@
#include <pthread.h>
#include <stdbool.h>
#include <sys/ioctl.h>
#include <sys/queue.h>