diff options
Diffstat (limited to 'libavcodec/s3tc.c')
-rw-r--r-- | libavcodec/s3tc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/s3tc.c b/libavcodec/s3tc.c index fc035e5778..546ee2156f 100644 --- a/libavcodec/s3tc.c +++ b/libavcodec/s3tc.c @@ -21,6 +21,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/intreadwrite.h" #include "avcodec.h" #include "s3tc.h" |