On 20/04/15 20:12, Vittorio Giovara wrote:
> It is required by ptrdiff_t, fixes make checkheaders.
> ---
>  libavcodec/hqxdsp.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/hqxdsp.h b/libavcodec/hqxdsp.h
> index a4755d1..163c1f8 100644
> --- a/libavcodec/hqxdsp.h
> +++ b/libavcodec/hqxdsp.h
> @@ -26,6 +26,7 @@
>  #ifndef AVCODEC_HQXDSP_H
>  #define AVCODEC_HQXDSP_H
>  
> +#include <stddef.h>
>  #include <stdint.h>
>  
>  typedef struct HQXDSPContext {
> 

Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to