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.
This commit is contained in:
José Fonseca 2014-01-23 13:23:43 +00:00
parent ab5dc45b2f
commit 6b6fdb6aa9
1 changed files with 1 additions and 0 deletions

View 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,