[vlc-devel] [PATCH 3/3] vector: add missing stddef.h include
Alexandre Janniaux
alexandre.janniaux at gmail.com
Mon Dec 10 06:59:14 CET 2018
There's a typo in the commit message body, it should read as stddef.h and
not sddef.h
Le dim. 9 déc. 2018 à 15:54, Alexandre Janniaux <
alexandre.janniaux at gmail.com> a écrit :
> Include sddef.h to define size_t, as it is used later in the header.
> ---
> include/vlc_vector.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/vlc_vector.h b/include/vlc_vector.h
> index ccb580f893..76fc2822fd 100644
> --- a/include/vlc_vector.h
> +++ b/include/vlc_vector.h
> @@ -21,6 +21,7 @@
> #define VLC_VECTOR_H
>
> #include <stdbool.h>
> +#include <stddef.h>
>
> /**
> * \defgroup vector Vector
> --
> 2.19.2
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20181210/c2ce7fe8/attachment.html>
More information about the vlc-devel
mailing list