s3tc.h: Add missing #include to fix standalone header compilation.

pull/3/merge
Diego Biurrun 13 years ago
parent 90e5b58a53
commit ad4cec6b80
  1. 2
      libavcodec/s3tc.h

@ -24,6 +24,8 @@
#include <stdint.h>
#include "bytestream.h"
#define FF_S3TC_DXT1 0x31545844
#define FF_S3TC_DXT3 0x33545844

Loading…
Cancel
Save