qemu-plugin.h: add missing include <stddef.h> to define size_t

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>
This commit is contained in:
Emilio G. Cota 2020-06-05 16:49:16 +01:00 committed by Alex Bennée
parent 49ee115552
commit 02324a475c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <inttypes.h>
#include <stdbool.h>
#include <stddef.h>
/*
* For best performance, build the plugin with -fvisibility=hidden so that