fix include for mingw32 build

This commit is contained in:
kanjitalk755 2018-06-24 23:08:36 +09:00
parent 949e07e4eb
commit afa52545ff
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#include "slirp.h"
#ifdef __MINGW32__
#include <winerror.h>
#endif
/* host address */
struct in_addr our_addr;