1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00

mqtt: remove fcntl.h

These aren't needed and can make trouble in lwip case
This commit is contained in:
Andy Green 2020-07-14 17:51:22 +01:00
parent 24f08fc5c0
commit b6b3f7033c
2 changed files with 0 additions and 5 deletions
lib/roles/mqtt

View file

@ -42,11 +42,8 @@
*/
#include "private-lib-core.h"
/* #include "lws-mqtt.h" */
#include <string.h>
#include <sys/types.h>
#include <fcntl.h>
#include <assert.h>
typedef enum {

View file

@ -27,11 +27,9 @@
*/
#include "private-lib-core.h"
/* #include "lws-mqtt.h" */
#include <string.h>
#include <sys/types.h>
#include <fcntl.h>
#include <assert.h>