glsl: Include missing header in slang_utility.h.
authorVinson Lee <vlee@vmware.com>
Sun, 15 Aug 2010 01:56:17 +0000 (18:56 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 15 Aug 2010 01:56:17 +0000 (18:56 -0700)
Include glheader.h for GL symbols.

src/mesa/slang/slang_utility.h

index 2c0d0bc..cb9b6d2 100644 (file)
@@ -26,6 +26,8 @@
 #define SLANG_UTILITY_H
 
 
+#include "main/glheader.h"
+
 /* Compile-time assertions.  If the expression is zero, try to declare an
  * array of size [-1] to cause compilation error.
  */