diff options
author | Alexander von Gluck IV <[email protected]> | 2015-09-26 11:49:36 -0500 |
---|---|---|
committer | Alexander von Gluck IV <[email protected]> | 2015-09-28 13:58:25 -0400 |
commit | 7cdd818d2ae82f0cc81ebbc58ae6c95e6d649ba2 (patch) | |
tree | 6becc8eebe7d47ad1e053115d45a700cdab40692 /src/egl | |
parent | 255a225265bb29fab828e8f0d1b10246718895c2 (diff) |
egl: Fix missing Haiku include path
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/SConscript b/src/egl/SConscript index f8102db6f3a..8f8b11a61ce 100644 --- a/src/egl/SConscript +++ b/src/egl/SConscript @@ -8,6 +8,7 @@ env = env.Clone() env.Append(CPPPATH = [ '#/include', + '#/include/HaikuGL', '#/src/egl/main', '#/src', ]) |