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 {
--
1.9.5 (Apple Git-50.3)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel