summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-02 18:42:39 +0100
committerLuc Verhaegen <libv@skynet.be>2009-11-18 09:52:33 +0100
commit1c185fba599d0e10c730c0ae69a5054e67d7aa44 (patch)
tree963a30805fefe15f7b2ee71ef6428e4a9d9b3932
parentef0be37d374609e7cf3e754640af23c0cb0db4c2 (diff)
DRI: mesa: move mesa_set_fetch_functions()
-rw-r--r--dri/via_tex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dri/via_tex.c b/dri/via_tex.c
index a4cf546..13458ab 100644
--- a/dri/via_tex.c
+++ b/dri/via_tex.c
@@ -37,6 +37,7 @@
#include "main/mipmap.h"
#include "main/simple_list.h"
#include "main/texcompress.h"
+#include "main/texfetch.h"
#include "main/texformat.h"
#include "main/texobj.h"
#include "main/texstore.h"