summaryrefslogtreecommitdiff
path: root/src/glsl/ast_type.cpp
diff options
context:
space:
mode:
authorAras Pranckevicius <aras@unity3d.com>2010-07-29 12:40:49 +0300
committerEric Anholt <eric@anholt.net>2010-08-02 10:59:46 -0700
commit31747155ea3a24190277b125bd188ac8689af719 (patch)
tree7b93cf0e0431c51ab6e49c0de22cbbb8fd3339fc /src/glsl/ast_type.cpp
parentb35703df107b50b2c3f5cd4d56790921e8106324 (diff)
glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
Diffstat (limited to 'src/glsl/ast_type.cpp')
-rw-r--r--src/glsl/ast_type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ast_type.cpp b/src/glsl/ast_type.cpp
index e2510a10c62..9a957044e7a 100644
--- a/src/glsl/ast_type.cpp
+++ b/src/glsl/ast_type.cpp
@@ -24,7 +24,7 @@
#include <cstdio>
#include "ast.h"
extern "C" {
-#include "symbol_table.h"
+#include "program/symbol_table.h"
}
void