fix compile for win32

This commit is contained in:
matthias.ringwald@gmail.com 2014-11-09 21:36:06 +00:00
parent 91f0794e44
commit 91ca87f1da

View File

@ -46,7 +46,12 @@
#include "debug.h"
#include "run_loop_private.h"
#ifdef _WIN32
#include "Winsock2.h"
#else
#include <sys/select.h>
#endif
#include <stdlib.h>
#include <stdio.h>