qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 04/11] tap-win32: avoid a warning


From: Blue Swirl
Subject: [Qemu-trivial] [PATCH 04/11] tap-win32: avoid a warning
Date: Sun, 14 Oct 2012 19:58:52 +0000

Avoid a warning about missing declaration.

Signed-off-by: Blue Swirl <address@hidden>
---
 net/tap-win32.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/tap-win32.c b/net/tap-win32.c
index f1801e2..7964b45 100644
--- a/net/tap-win32.c
+++ b/net/tap-win32.c
@@ -30,6 +30,7 @@
 
 #include "qemu-common.h"
 #include "net.h"
+#include "net/clients.h"
 #include "sysemu.h"
 #include "qemu-error.h"
 #include <stdio.h>
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]