diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-11-25 18:48:54 +0000 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-03 09:41:27 -0600 |
commit | 68ac40d2c6ce453df9b7fcf546d806345f653433 (patch) | |
tree | 4be9742e51e4a6ed02faf180201ebd63facb5d66 /monitor.c | |
parent | a90ffa497d8102c142f7ea9c793de7b378430878 (diff) |
net: move slirp code from net.c to net/slirp.c
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ #include "hw/loader.h" #include "gdbstub.h" #include "net.h" +#include "net/slirp.h" #include "qemu-char.h" #include "sysemu.h" #include "monitor.h" |