diff options
Diffstat (limited to 'src/mesa/main/texcompress_s3tc.h')
-rw-r--r-- | src/mesa/main/texcompress_s3tc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress_s3tc.h b/src/mesa/main/texcompress_s3tc.h index 866bb0e3d36..4041d244d16 100644 --- a/src/mesa/main/texcompress_s3tc.h +++ b/src/mesa/main/texcompress_s3tc.h @@ -25,6 +25,8 @@ #ifndef TEXCOMPRESS_S3TC_H #define TEXCOMPRESS_S3TC_H +#include "texstore.h" + extern GLboolean _mesa_texstore_rgb_dxt1(TEXSTORE_PARAMS); |