summaryrefslogtreecommitdiff
path: root/libavcodec/nuv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-13 23:25:21 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-13 23:30:43 +0100
commit5dce8e56c61f1008753d23db418a27964eaf13d3 (patch)
treeef649e3e4c3c90b9c38b7c17bff8c6c34ac35ce2 /libavcodec/nuv.c
parentf5e6b49cd23b3437681220d40caaf103cb675407 (diff)
parented9625eb62be1e1c44cecdd73ea0d80077a15d48 (diff)
Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'
* commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48': dsputil: Move intreadwrite.h #include from header file to .c files Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/nuv.c')
-rw-r--r--libavcodec/nuv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/nuv.c b/libavcodec/nuv.c
index 358bf0567c..c01d6264ba 100644
--- a/libavcodec/nuv.c
+++ b/libavcodec/nuv.c
@@ -25,6 +25,7 @@
#include "libavutil/bswap.h"
#include "libavutil/common.h"
+#include "libavutil/intreadwrite.h"
#include "libavutil/lzo.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"