glsl: Include missing header in slang_link.c.
authorVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 04:13:32 +0000 (21:13 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 04:13:32 +0000 (21:13 -0700)
Include slang_compile.h for _slang_compile function.

src/mesa/slang/slang_link.c

index c21f672..28ad0b7 100644 (file)
@@ -42,6 +42,7 @@
 #include "program/prog_statevars.h"
 #include "program/prog_uniform.h"
 #include "slang_builtin.h"
+#include "slang_compile.h"
 #include "slang_link.h"