From: José Fonseca Date: Thu, 23 Jan 2014 13:23:43 +0000 (+0000) Subject: radeon: Adding missing stdio.h include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b6fdb6aa998520e2026b993e658b6d9d7b2210f;p=mesa.git 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. --- diff --git a/src/gallium/drivers/radeon/r600_buffer_common.c b/src/gallium/drivers/radeon/r600_buffer_common.c index 66e9d578b65..d29671ec402 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 +#include boolean r600_rings_is_buffer_referenced(struct r600_common_context *ctx, struct radeon_winsys_cs_handle *buf,