diff options
Diffstat (limited to 'tap-win32.c')
-rw-r--r-- | tap-win32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tap-win32.c b/tap-win32.c index c900b4b76..694441eee 100644 --- a/tap-win32.c +++ b/tap-win32.c @@ -26,7 +26,9 @@ * distribution); if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "vl.h" +#include "qemu-common.h" +#include "net.h" +#include "sysemu.h" #include <stdio.h> #include <windows.h> |