summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/hgl
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2015-05-13 09:40:01 -0500
committerAlexander von Gluck IV <kallisti5@unixzen.com>2015-05-13 09:41:30 -0500
commit915d808a5653653b5c7b5413c4f667db017239ec (patch)
tree36e84d2c5d1084332a50f4ac7b05bd4c79f2b520 /src/gallium/state_trackers/hgl
parentd247615e0d67a7c8eaeea3fece837229c8c9658c (diff)
downloadexternal_mesa3d-915d808a5653653b5c7b5413c4f667db017239ec.zip
external_mesa3d-915d808a5653653b5c7b5413c4f667db017239ec.tar.gz
external_mesa3d-915d808a5653653b5c7b5413c4f667db017239ec.tar.bz2
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.c2
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 b75dc26..77f7c22 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"