Fix for Windows.

This commit is contained in:
Roger A. Light 2014-10-24 22:49:48 +01:00
parent 041f60c03e
commit 052c2d7766

View file

@ -31,7 +31,9 @@ Contributors:
#include <signal.h>
#include <stdio.h>
#include <string.h>
#ifndef WIN32
# include <sys/socket.h>
#endif
#include <time.h>
#ifdef WITH_WEBSOCKETS