glsl: Include util/strndup.h.
authorJose Fonseca <jfonseca@vmware.com>
Wed, 14 Oct 2015 10:50:06 +0000 (11:50 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Wed, 14 Oct 2015 10:50:06 +0000 (11:50 +0100)
Fixes Windows builds.

Trivial.

src/glsl/linker.cpp

index d787b88cd398ba7f5f6193f7895f78123268b60d..c61c76eff4464e48e0b9f8f671e6eda84605a7e7 100644 (file)
@@ -65,6 +65,7 @@
  */
 
 #include <ctype.h>
+#include "util/strndup.h"
 #include "main/core.h"
 #include "glsl_symbol_table.h"
 #include "glsl_parser_extras.h"