diff options
author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2015-09-26 11:39:09 -0500 |
---|---|---|
committer | Alexander von Gluck IV <kallisti5@unixzen.com> | 2015-09-28 13:58:24 -0400 |
commit | 255a225265bb29fab828e8f0d1b10246718895c2 (patch) | |
tree | 5cc7b2d3d6229e7ac7878aabfb86c06f5b981bd8 /src/gallium/state_trackers/hgl | |
parent | b61292296bd7e1876fdb64725a783a7e96f6c4c1 (diff) |
state_trackers/hgl: Fix missing include path
Diffstat (limited to 'src/gallium/state_trackers/hgl')
-rw-r--r-- | src/gallium/state_trackers/hgl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/hgl/SConscript b/src/gallium/state_trackers/hgl/SConscript index 82a0ce0a34..d2389c8080 100644 --- a/src/gallium/state_trackers/hgl/SConscript +++ b/src/gallium/state_trackers/hgl/SConscript @@ -9,6 +9,7 @@ env.Append(CPPPATH = [ '#/src', '#/src/mapi', '#/src/mesa', + '#/include/HaikuGL', ]) sources = [ |