Mesa (master): radeon: Adding missing stdio.h include.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Jan 23 13:26:13 UTC 2014


Module: Mesa
Branch: master
Commit: 6b6fdb6aa998520e2026b993e658b6d9d7b2210f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b6fdb6aa998520e2026b993e658b6d9d7b2210f

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Jan 23 13:23:43 2014 +0000

radeon: Adding missing stdio.h include.

Became apparent with the C11 thread changes.  Unfortunately I didn't
have all dependencies to build the driver, and only noticed
this issue on build server.

---

 src/gallium/drivers/radeon/r600_buffer_common.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/radeon/r600_buffer_common.c b/src/gallium/drivers/radeon/r600_buffer_common.c
index 66e9d57..d29671e 100644
--- a/src/gallium/drivers/radeon/r600_buffer_common.c
+++ b/src/gallium/drivers/radeon/r600_buffer_common.c
@@ -28,6 +28,7 @@
 #include "util/u_memory.h"
 #include "util/u_upload_mgr.h"
 #include <inttypes.h>
+#include <stdio.h>
 
 boolean r600_rings_is_buffer_referenced(struct r600_common_context *ctx,
 					struct radeon_winsys_cs_handle *buf,




More information about the mesa-commit mailing list