mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.
[mesa.git] / src / mesa / tnl / t_vp_build.c
index 7be4d95af6b6c121a48331109443529b2c833fbc..2416328628eb82f0b61893685b6b71d308033f60 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.1
  *
  * Copyright (C) 2007  Tungsten Graphics   All Rights Reserved.
  *
 
 #include "main/glheader.h"
 #include "main/ffvertex_prog.h"
+#include "main/mtypes.h"
 #include "t_vp_build.h"
 
 
 /**
  * XXX This should go away someday, but still referenced by some drivers...
  */
-void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx )
+void _tnl_UpdateFixedFunctionProgram( struct gl_context *ctx )
 {
    const struct gl_vertex_program *prev = ctx->VertexProgram._Current;