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

Add pthread.h to MQTTAsync.c

parent e3912c09
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <stdlib.h> #include <stdlib.h>
#if !defined(WIN32) #if !defined(WIN32)
#include <sys/time.h> #include <sys/time.h>
#include <pthread.h>
#endif #endif
#if !defined(NO_PERSISTENCE) #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