fix compiler warnings
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 1 Nov 2006 15:23:50 +0000 (15:23 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 1 Nov 2006 15:23:50 +0000 (15:23 +0000)
src/mesa/drivers/dri/i915/i915_fragprog.c
src/mesa/drivers/dri/i915tex/i915_fragprog.c

index 3f12da19380a66e92acf88fd1531fd8c7a0aacc1..7160234bced494476c1b0590700571bf6a94b32a 100644 (file)
@@ -29,6 +29,7 @@
 #include "macros.h"
 #include "enums.h"
 
+#include "tnl/tnl.h"
 #include "tnl/t_context.h"
 #include "intel_batchbuffer.h"
 
index 416ffc63cc070c7011d8598c6c8306bdc98c019e..2ddcbc43255d32efa500b770a542fea241c47cd1 100644 (file)
@@ -29,6 +29,7 @@
 #include "macros.h"
 #include "enums.h"
 
+#include "tnl/tnl.h"
 #include "tnl/t_context.h"
 #include "intel_batchbuffer.h"