Commit 9a870ab8 authored by Ian Craggs's avatar Ian Craggs

Add pthread.h to MQTTAsync.c

parent e3912c09
......@@ -29,6 +29,7 @@
#include <stdlib.h>
#if !defined(WIN32)
#include <sys/time.h>
#include <pthread.h>
#endif
#if !defined(NO_PERSISTENCE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment