summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_tex.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-11-11 12:01:48 +0000
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-11-11 12:01:48 +0000
commit994ea9556f7fb55546c6426639ebb4cc3970a5d5 (patch)
treefe450023b2514b264eb1f43837abf65182a5cd42 /src/mesa/drivers/dri/nouveau/nouveau_tex.h
parent0850289d8c66f75ac72347b1bf4bf6d15fb60139 (diff)
Fix the texture init function name
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_tex.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_tex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_tex.h b/src/mesa/drivers/dri/nouveau/nouveau_tex.h
index c415dc2a6b..7ac71f8300 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_tex.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_tex.h
@@ -28,6 +28,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef __NOUVEAU_TEX_H__
#define __NOUVEAU_TEX_H__
+#include <errno.h>
+#include "mtypes.h"
+#include "macros.h"
+#include "dd.h"
+
extern void nouveauTexInitFunctions( struct dd_function_table *functions );
#endif /* __NOUVEAU_TEX_H__ */