mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Fix for Windows.
This commit is contained in:
parent
041f60c03e
commit
052c2d7766
|
|
@ -31,7 +31,9 @@ Contributors:
|
|||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/socket.h>
|
||||
#ifndef WIN32
|
||||
# include <sys/socket.h>
|
||||
#endif
|
||||
#include <time.h>
|
||||
|
||||
#ifdef WITH_WEBSOCKETS
|
||||
|
|
|
|||
Loading…
Reference in a new issue