OSDN Git Service

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 d787b88..c61c76e 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"