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 c21f67256a56af8cfbbcd43b4f8b68c6306d9f77..28ad0b74e8cec8939319a8123626e6a8a70c67b3 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"