summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-04-20 23:13:12 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-20 23:13:16 +0200
commit2f8f5027ad6f16969b284b1a22f77302f8fc429e (patch)
treea6bb5a00537a8f3e912de3f793dfa1ba02c93bc3
parent5380c9afb9a2be04564aeef2c3ecf080a8cdf24a (diff)
parent1746dc382ddbf3f8a3f039815644f7eb9076110e (diff)
Merge commit '1746dc382ddbf3f8a3f039815644f7eb9076110e'
* commit '1746dc382ddbf3f8a3f039815644f7eb9076110e': hqxdsp.h: #include "stddef.h" Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/hqxdsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hqxdsp.h b/libavcodec/hqxdsp.h
index 5cbf7b39b6..16a42cc2b5 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 {