On 2021/2/28 1:02 下午, Bin Meng wrote:
From: Bin Meng <bin.m...@windriver.com>

"qemu-common.h" should be included to provide the forward declaration
of qemu_hexdump() when DEBUG_NET is on.

Signed-off-by: Bin Meng <bin.m...@windriver.com>
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>


Applied.

Thanks



---

Changes in v2:
- add "Reviewed-By" tag

  net/net.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/net/net.c b/net/net.c
index fb7b7dcc25..32d71c1172 100644
--- a/net/net.c
+++ b/net/net.c
@@ -23,6 +23,7 @@
   */
#include "qemu/osdep.h"
+#include "qemu-common.h"
#include "net/net.h"
  #include "clients.h"


Reply via email to