mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix MinGW build
This commit is contained in:
parent
04e9a9d541
commit
6fa3892a71
1 changed files with 1 additions and 1 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue