]> git.proxmox.com Git - qemu.git/commit
net: add missing include file
authorLiming Wang <walimisdev@gmail.com>
Fri, 21 Dec 2012 08:56:58 +0000 (16:56 +0800)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 22 Dec 2012 12:06:48 +0000 (12:06 +0000)
commit3f124b687462ce3140d963a024705a89cdc8cee8
treefdd40a3f0e5d6e198a66b0272f9c6456745c8a42
parent0c884d1659f02b4a0c704c2344f42e3fabb1f193
net: add missing include file

To fix building error:

CC    net/vde.o
net/vde.c: In function ‘vde_cleanup’:
net/vde.c:65:5: error: implicit declaration of function ‘qemu_set_fd_handler’ [-Werror=implicit-function-declaration]
net/vde.c:65:5: error: nested extern declaration of ‘qemu_set_fd_handler’ [-Werror=nested-externs]
cc1: all warnings being treated as errors

Signed-off-by: Liming Wang <walimisdev@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
net/vde.c