gallium: Fix typo in define name.
[mesa.git] / src / mesa / tnl / tnl.h
index 20bed5546de575a227988434f55a4cec335928e4..4bdbed92df805920e33ed7a8a175cc729bb48f89 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef _TNL_H
 #define _TNL_H
 
-#include "mtypes.h"
+#include "main/mtypes.h"
 
 
 
@@ -85,4 +85,7 @@ _tnl_draw_prims( GLcontext *ctx,
 extern void
 _mesa_load_tracked_matrices(GLcontext *ctx);
 
+extern void
+_tnl_RasterPos(GLcontext *ctx, const GLfloat vObj[4]);
+
 #endif