diff options
Diffstat (limited to 'net/tap-win32.c')
-rw-r--r-- | net/tap-win32.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/tap-win32.c b/net/tap-win32.c index f9bd74109c..265369c3c5 100644 --- a/net/tap-win32.c +++ b/net/tap-win32.c @@ -26,13 +26,14 @@ * distribution); if not, see <http://www.gnu.org/licenses/>. */ -#include "tap.h" +#include "tap_int.h" #include "qemu-common.h" #include "clients.h" /* net_init_tap */ -#include "net.h" -#include "sysemu.h" -#include "qemu-error.h" +#include "net/net.h" +#include "net/tap.h" /* tap_has_ufo, ... */ +#include "sysemu/sysemu.h" +#include "qemu/error-report.h" #include <stdio.h> #include <windows.h> #include <winioctl.h> |