Include sys/socket.h for AF_INET definition

Without this, mosquitto doesn't build on FreeBSD with websockets enabled

Signed-off-by: Steven Lawrance <stl@koffein.net>
pull/1600/head
Steven Lawrance 7 years ago committed by Roger Light
parent 9dd8d1e054
commit cecf8f838f

@ -41,6 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <stdlib.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/stat.h>
extern struct mosquitto_db int_db;

Loading…
Cancel
Save