summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-27 18:50:04 -0600
committerBrian Paul <brianp@vmware.com>2009-09-27 18:50:04 -0600
commitcccdc43fa9a8c49cdbdb545de8ff91c528b1ed47 (patch)
treec96f6c6c95d18250bdc1150bc311826e923dbace /src/mesa/main/texcompress_fxt1.h
parent27e201e9c4dd66bbf8fd2bc3ac3292550b94a14a (diff)
mesa: move StoreTexImageFunc to texstore.h
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.h')
-rw-r--r--src/mesa/main/texcompress_fxt1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress_fxt1.h b/src/mesa/main/texcompress_fxt1.h
index a9ddce9a8c..b74f955fcd 100644
--- a/src/mesa/main/texcompress_fxt1.h
+++ b/src/mesa/main/texcompress_fxt1.h
@@ -25,6 +25,8 @@
#ifndef TEXCOMPRESS_FXT1_H
#define TEXCOMPRESS_FXT1_H
+#include "texstore.h"
+
extern GLboolean
_mesa_texstore_rgb_fxt1(TEXSTORE_PARAMS);