egl: Fix missing Haiku include path
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Sat, 26 Sep 2015 16:49:36 +0000 (11:49 -0500)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Mon, 28 Sep 2015 17:58:25 +0000 (13:58 -0400)
src/egl/SConscript

index f8102db6f3af698926a79f86eb938b437237fccd..8f8b11a61ce94b51cca5ca8558147ac55c61b55d 100644 (file)
@@ -8,6 +8,7 @@ env = env.Clone()
 
 env.Append(CPPPATH = [
     '#/include',
+    '#/include/HaikuGL',
     '#/src/egl/main',
     '#/src',
 ])