Module: libav
Branch: master
Commit: 1746dc382ddbf3f8a3f039815644f7eb9076110e

Author:    Vittorio Giovara <[email protected]>
Committer: Vittorio Giovara <[email protected]>
Date:      Mon Apr 20 19:11:49 2015 +0100

hqxdsp.h: #include "stddef.h"

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 {

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

Reply via email to