Fix MinGW build

This commit is contained in:
Sfan5 2013-12-01 20:58:46 +01:00
parent 04e9a9d541
commit 6fa3892a71

@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <vector>
#include <map>
#ifndef _MSC_VER
#ifndef _WIN32
#include <unistd.h>
#else
#define _WINSOCKAPI_