qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] qemu-plugin.h: add missing include <stddef.h> to define size_t
@ 2020-05-24 20:24 Emilio G. Cota
  2020-05-24 21:57 ` Philippe Mathieu-Daudé
  2020-05-26 11:24 ` Alex Bennée
  0 siblings, 2 replies; 3+ messages in thread
From: Emilio G. Cota @ 2020-05-24 20:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

Signed-off-by: Emilio G. Cota <cota@braap.org>
---
 include/qemu/qemu-plugin.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/qemu/qemu-plugin.h b/include/qemu/qemu-plugin.h
index 89ed579f55..bab8b0d4b3 100644
--- 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
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-26 11:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-24 20:24 [PATCH] qemu-plugin.h: add missing include <stddef.h> to define size_t Emilio G. Cota
2020-05-24 21:57 ` Philippe Mathieu-Daudé
2020-05-26 11:24 ` Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).