qemu-e2k/net
Liming Wang 3f124b6874 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>
2012-12-22 12:06:48 +00:00
..
Makefile.objs net: move net.c to net/ 2012-12-19 08:29:59 +01:00
checksum.c Change license from GPLv2 to GPLv2+ 2012-02-01 16:24:54 -06:00
clients.h net: reorganize headers 2012-12-19 08:31:29 +01:00
dump.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
hub.c Merge remote-tracking branch 'bonzini/header-dirs' into staging 2012-12-19 17:15:39 -06:00
hub.h net: reorganize headers 2012-12-19 08:31:29 +01:00
net.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
queue.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
slirp.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
socket.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
tap-aix.c net: reorganize headers 2012-12-19 08:31:29 +01:00
tap-bsd.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
tap-haiku.c net: reorganize headers 2012-12-19 08:31:29 +01:00
tap-linux.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
tap-linux.h net: reorganize headers 2012-12-19 08:31:29 +01:00
tap-solaris.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
tap-win32.c net: Add missing include statement (fix compiler warnings for MinGW) 2012-12-22 12:05:46 +00:00
tap.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
tap_int.h net: reorganize headers 2012-12-19 08:31:29 +01:00
util.c net: reorganize headers 2012-12-19 08:31:29 +01:00
util.h net: move parse_macaddr() to net/util.[ch] 2009-12-03 09:41:34 -06:00
vde.c net: add missing include file 2012-12-22 12:06:48 +00:00