Fix for Windows.

pull/211/merge
Roger A. Light 11 years ago
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…
Cancel
Save