diff options
Diffstat (limited to 'libavcodec/qtrle.c')
-rw-r--r-- | libavcodec/qtrle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index 33a7eb5731..306a07424e 100644 --- a/libavcodec/qtrle.c +++ b/libavcodec/qtrle.c @@ -36,6 +36,7 @@ #include <string.h> #include <unistd.h> +#include "libavutil/intreadwrite.h" #include "avcodec.h" typedef struct QtrleContext { |