OSDN Git Service

i915: Fix undefined ALIGN symbol from 77e0523fb7769df4bf43747e136b1653b2421b97.
authorSergio Monteiro Basto <sergio@sergiomb.no-ip.org>
Mon, 8 Oct 2007 18:09:38 +0000 (11:09 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 8 Oct 2007 18:09:38 +0000 (11:09 -0700)
src/mesa/drivers/dri/intel/intel_tex_layout.c

index e3c6e1c..4da6360 100644 (file)
@@ -32,6 +32,7 @@
 
 #include "intel_mipmap_tree.h"
 #include "intel_tex_layout.h"
+#include "intel_context.h"
 #include "macros.h"
 
 GLuint intel_compressed_alignment(GLenum internalFormat)