diff options
author | Alexander von Gluck IV <[email protected]> | 2015-05-13 09:40:01 -0500 |
---|---|---|
committer | Alexander von Gluck IV <[email protected]> | 2015-05-13 09:41:30 -0500 |
commit | 915d808a5653653b5c7b5413c4f667db017239ec (patch) | |
tree | 36e84d2c5d1084332a50f4ac7b05bd4c79f2b520 /src/hgl | |
parent | d247615e0d67a7c8eaeea3fece837229c8c9658c (diff) |
gallium/st + hgl: Build fixes for Haiku
* No impact risk to any other platforms
* Tracing printf needs stdio.h now due to child header change
* Add missing #/src include directory for util/macros.h
Diffstat (limited to 'src/hgl')
-rw-r--r-- | src/hgl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hgl/SConscript b/src/hgl/SConscript index 70db1494df8..71881f504c9 100644 --- a/src/hgl/SConscript +++ b/src/hgl/SConscript @@ -6,6 +6,7 @@ Import('*') env = env.Clone() env.Append(CPPPATH = [ + '#/src', '#/src/mapi', '#/src/mesa', '#/src/mesa/main', |