Fixed compilation error on MSVC.

This commit is contained in:
Volker Ruppert 2016-12-13 20:22:28 +00:00
parent e613e9ff86
commit c1eb6f9ff8

View File

@ -8,7 +8,9 @@
* terms and conditions of the copyright. * terms and conditions of the copyright.
*/ */
#ifndef _WIN32
#include <dirent.h> #include <dirent.h>
#endif
#include "slirp.h" #include "slirp.h"
#include "libslirp.h" #include "libslirp.h"