diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-16 18:50:15 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-16 18:51:57 +0100 |
commit | ad4cec6b80d2dcca5c95f9323abc706942bece63 (patch) | |
tree | dea8a6e62a6ca51d12d0ea31ec1793dcfea5d503 | |
parent | 90e5b58a53d863a43a86eea81295097dae13b25a (diff) | |
download | ffmpeg-ad4cec6b80d2dcca5c95f9323abc706942bece63.tar.gz |
s3tc.h: Add missing #include to fix standalone header compilation.
-rw-r--r-- | libavcodec/s3tc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/s3tc.h b/libavcodec/s3tc.h index d48fb41eb3..25237b95bd 100644 --- a/libavcodec/s3tc.h +++ b/libavcodec/s3tc.h @@ -24,6 +24,8 @@ #include <stdint.h> +#include "bytestream.h" + #define FF_S3TC_DXT1 0x31545844 #define FF_S3TC_DXT3 0x33545844 |