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/gallium/state_trackers/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/gallium/state_trackers/hgl')
-rw-r--r-- | src/gallium/state_trackers/hgl/hgl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/hgl/hgl.c b/src/gallium/state_trackers/hgl/hgl.c index b75dc26bc39..77f7c2256e5 100644 --- a/src/gallium/state_trackers/hgl/hgl.c +++ b/src/gallium/state_trackers/hgl/hgl.c @@ -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" |