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
This commit is contained in:
Alexander von Gluck IV 2015-05-13 09:40:01 -05:00
parent d247615e0d
commit 915d808a56
3 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,8 @@
#include "GLView.h"
#include <stdio.h>
#include "pipe/p_format.h"
#include "util/u_atomic.h"
#include "util/u_format.h"

View file

@ -10,6 +10,8 @@
#include "GalliumContext.h"
#include <stdio.h>
#include "GLView.h"
#include "bitmap_wrapper.h"

View file

@ -6,6 +6,7 @@ Import('*')
env = env.Clone()
env.Append(CPPPATH = [
'#/src',
'#/src/mapi',
'#/src/mesa',
'#/src/mesa/main',