mirror of https://github.com/eclipse/paho.mqtt.c
Fix Windows build
This commit is contained in:
parent
9ab83100a8
commit
52bc914287
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "MQTTProtocolClient.h"
|
||||
#if !defined(NO_PERSISTENCE)
|
||||
|
|
|
|||
Loading…
Reference in New Issue