[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 2/9] qemu-plugin.h: add missing include <stddef.h> to define s
From: |
Alex Bennée |
Subject: |
[PATCH v1 2/9] qemu-plugin.h: add missing include <stddef.h> to define size_t |
Date: |
Tue, 2 Jun 2020 16:46:17 +0100 |
From: "Emilio G. Cota" <cota@braap.org>
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>
---
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 89ed579f559..bab8b0d4b3a 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.20.1
- [PATCH v1 0/9] plugins/next (bug fixes, hwprofile, lockstep), Alex Bennée, 2020/06/02
- [PATCH v1 2/9] qemu-plugin.h: add missing include <stddef.h> to define size_t,
Alex Bennée <=
- [PATCH v1 3/9] scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header, Alex Bennée, 2020/06/02
- [PATCH v1 1/9] plugins: new lockstep plugin for debugging TCG changes, Alex Bennée, 2020/06/02
- [PATCH v1 4/9] tests/plugin: correctly honour io_count, Alex Bennée, 2020/06/02
- [PATCH v1 5/9] cputlb: ensure we re-fill the TLB if it has reset, Alex Bennée, 2020/06/02
- [PATCH v1 6/9] hw/virtio/pci: include vdev name in registered PCI sections, Alex Bennée, 2020/06/02