summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel P. Berrange2016-03-31 15:08:10 +0200
committerPeter Maydell2016-04-04 16:01:14 +0200
commite31f0451876aa7ada74d60304aa241506a383797 (patch)
tree27ad6897294c0eaa7088f258d95ea80681cc51ff /include
parentui/cocoa.m: Add support for cdr files (diff)
downloadqemu-e31f0451876aa7ada74d60304aa241506a383797.tar.gz
qemu-e31f0451876aa7ada74d60304aa241506a383797.tar.xz
qemu-e31f0451876aa7ada74d60304aa241506a383797.zip
net: fix missing include of qapi/error.h in netmap.c
The netmap.c file fails to build on FreeBSD with net/netmap.c:95:9: warning: implicit declaration of function 'error_setg_errno' is invalid in C99 [-Wimplicit-function-declaration] error_setg_errno(errp, errno, "Failed to nm_open() %s", ^ net/netmap.c:432:9: warning: implicit declaration of function 'error_propagate' is invalid in C99 [-Wimplicit-function-declaration] error_propagate(errp, err); ^ Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 1459429690-6144-1-git-send-email-berrange@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions