radeon: Adding missing stdio.h include.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 23 Jan 2014 13:23:43 +0000 (13:23 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 23 Jan 2014 13:23:43 +0000 (13:23 +0000)
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

index 66e9d578b65ebfa338fa2892b03d033392d23411..d29671ec40222c535bdcac7f409646eb2d5cffd0 100644 (file)
@@ -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,