diff options
Diffstat (limited to 'libavcodec/rle.c')
-rw-r--r-- | libavcodec/rle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rle.c b/libavcodec/rle.c index 6e468f8991..d2ec68c407 100644 --- a/libavcodec/rle.c +++ b/libavcodec/rle.c @@ -20,6 +20,7 @@ */ #include "avcodec.h" #include "rle.h" +#include "libavutil/common.h" /** * Count up to 127 consecutive pixels which are either all the same or |