Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix MinGW build
  • Loading branch information
sfan5 committed Dec 1, 2013
1 parent 04e9a9d commit 6fa3892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/lua_api/l_async_events.h
Expand Up @@ -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_
Expand Down

0 comments on commit 6fa3892

Please sign in to comment.