Build fixes.

pull/791/merge
Roger A. Light 8 years ago
parent 79a7b36d20
commit 62d99ecbc2

@ -28,4 +28,5 @@
#define uthash_malloc(sz) mosquitto__malloc(sz) #define uthash_malloc(sz) mosquitto__malloc(sz)
#define uthash_free(ptr,sz) mosquitto__free(ptr) #define uthash_free(ptr,sz) mosquitto__free(ptr)
#define _BSD_SOURCE
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L

@ -29,6 +29,8 @@ POSSIBILITY OF SUCH DAMAGE.
#ifdef WITH_WEBSOCKETS #ifdef WITH_WEBSOCKETS
#include "config.h"
#include <libwebsockets.h> #include <libwebsockets.h>
#include "mosquitto_internal.h" #include "mosquitto_internal.h"
#include "mosquitto_broker_internal.h" #include "mosquitto_broker_internal.h"

Loading…
Cancel
Save