commit | 31747155ea3a24190277b125bd188ac8689af719 | [log] [tgz] |
---|---|---|
author | Aras Pranckevicius <aras@unity3d.com> | Thu Jul 29 12:40:49 2010 +0300 |
committer | Eric Anholt <eric@anholt.net> | Mon Aug 02 10:59:46 2010 -0700 |
tree | 7b93cf0e0431c51ab6e49c0de22cbbb8fd3339fc | |
parent | b35703df107b50b2c3f5cd4d56790921e8106324 [diff] [blame] |
glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
diff --git a/src/glsl/glcpp/glcpp.h b/src/glsl/glcpp/glcpp.h index 869de2e..0ccd957 100644 --- a/src/glsl/glcpp/glcpp.h +++ b/src/glsl/glcpp/glcpp.h
@@ -28,7 +28,7 @@ #include <talloc.h> -#include "hash_table.h" +#include "program/hash_table.h" #define yyscan_t void*