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/targets | |
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/targets')
-rw-r--r-- | src/gallium/targets/haiku-softpipe/GalliumContext.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/targets/haiku-softpipe/GalliumContext.cpp b/src/gallium/targets/haiku-softpipe/GalliumContext.cpp index f9d7dfc8734..b24aef7dd5d 100644 --- a/src/gallium/targets/haiku-softpipe/GalliumContext.cpp +++ b/src/gallium/targets/haiku-softpipe/GalliumContext.cpp @@ -10,6 +10,8 @@ #include "GalliumContext.h" +#include <stdio.h> + #include "GLView.h" #include "bitmap_wrapper.h" |