projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ee115
)
qemu-plugin.h: add missing include <stddef.h> to define size_t
author
Emilio G. Cota
<cota@braap.org>
Fri, 5 Jun 2020 15:49:16 +0000
(16:49 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Mon, 8 Jun 2020 15:59:25 +0000
(16:59 +0100)
Signed-off-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <
20200524202427
.951784-1-cota@braap.org>
Message-Id: <
20200605154929
.26910-2-alex.bennee@linaro.org>
include/qemu/qemu-plugin.h
patch
|
blob
|
history
diff --git
a/include/qemu/qemu-plugin.h
b/include/qemu/qemu-plugin.h
index 89ed579f559398003036758b48d658b7d6e64b2d..bab8b0d4b3af9572b90c45300a916ba16993304a 100644
(file)
--- a/
include/qemu/qemu-plugin.h
+++ b/
include/qemu/qemu-plugin.h
@@
-12,6
+12,7
@@
#include <inttypes.h>
#include <stdbool.h>
+#include <stddef.h>
/*
* For best performance, build the plugin with -fvisibility=hidden so that