From 915d808a5653653b5c7b5413c4f667db017239ec Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 13 May 2015 09:40:01 -0500 Subject: 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 --- src/hgl/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hgl') 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', -- cgit v1.2.3