diff options
| author | Markus Armbruster | 2019-05-23 16:35:06 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2019-06-11 20:22:09 +0200 |
| commit | 856dfd8a035e42cd96ca823f1cbbd18d332e2f84 (patch) | |
| tree | 408d7b4c400bf2a8957eb8fe3521644cf3663d37 /net | |
| parent | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h (diff) | |
| download | qemu-856dfd8a035e42cd96ca823f1cbbd18d332e2f84.tar.gz qemu-856dfd8a035e42cd96ca823f1cbbd18d332e2f84.tar.xz qemu-856dfd8a035e42cd96ca823f1cbbd18d332e2f84.zip | |
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190523143508.25387-3-armbru@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'net')
| -rw-r--r-- | net/net.c | 1 | ||||
| -rw-r--r-- | net/tap-solaris.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,7 @@ #include "qemu/sockets.h" #include "qemu/cutils.h" #include "qemu/config-file.h" +#include "qemu/ctype.h" #include "hw/qdev.h" #include "qemu/iov.h" #include "qemu/main-loop.h" diff --git a/net/tap-solaris.c b/net/tap-solaris.c index a2a92356c1..0e3f3e0a9b 100644 --- a/net/tap-solaris.c +++ b/net/tap-solaris.c @@ -26,6 +26,7 @@ #include "qapi/error.h" #include "tap_int.h" #include "sysemu/sysemu.h" +#include "qemu/ctype.h" #include "qemu/cutils.h" #include <sys/ethernet.h> |
