diff options
author | Peter Maydell | 2018-12-20 19:54:46 +0100 |
---|---|---|
committer | Peter Maydell | 2018-12-20 19:54:47 +0100 |
commit | 95de6f4b92efea391a3cbb8651d774a4d3529861 (patch) | |
tree | 40059bdee0bf04c12e694b6bee4fb2d75f3bda8e /hw/rdma/rdma_utils.c | |
parent | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque... (diff) | |
parent | build: Remake config-host.mak when VERSION changes (diff) | |
download | qemu-95de6f4b92efea391a3cbb8651d774a4d3529861.tar.gz qemu-95de6f4b92efea391a3cbb8651d774a4d3529861.tar.xz qemu-95de6f4b92efea391a3cbb8651d774a4d3529861.zip |
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-12-20' into staging
Miscellaneous patches for 2018-12-20
# gpg: Signature made Thu 20 Dec 2018 09:36:27 GMT
# gpg: using RSA key 3870B400EB918653
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
# gpg: aka "Markus Armbruster <armbru@pond.sub.org>"
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653
* remotes/armbru/tags/pull-misc-2018-12-20:
build: Remake config-host.mak when VERSION changes
Clean up includes
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/rdma/rdma_utils.c')
-rw-r--r-- | hw/rdma/rdma_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/rdma/rdma_utils.c b/hw/rdma/rdma_utils.c index dc23f158f3..4fbea8cde2 100644 --- a/hw/rdma/rdma_utils.c +++ b/hw/rdma/rdma_utils.c @@ -13,6 +13,7 @@ * */ +#include "qemu/osdep.h" #include "rdma_utils.h" #ifdef PVRDMA_DEBUG |