qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] qemu-plugin.h: add missing include <stddef.h> to define size


From: Alex Bennée
Subject: Re: [PATCH] qemu-plugin.h: add missing include <stddef.h> to define size_t
Date: Tue, 26 May 2020 12:24:13 +0100
User-agent: mu4e 1.5.1; emacs 28.0.50

Emilio G. Cota <address@hidden> writes:

> Signed-off-by: Emilio G. Cota <address@hidden>
> ---
>  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

Queued to plugins/next, thanks.

-- 
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]