radeon: More missing stdio.h includes.

This commit is contained in:
José Fonseca 2014-01-23 14:20:20 +00:00
parent fa75cc4b89
commit ab6f9fccd4
2 changed files with 3 additions and 0 deletions

View file

@ -32,6 +32,8 @@
#ifndef R600_PIPE_COMMON_H
#define R600_PIPE_COMMON_H
#include <stdio.h>
#include "../../winsys/radeon/drm/radeon_winsys.h"
#include "util/u_range.h"

View file

@ -41,6 +41,7 @@
#include <xf86drm.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
/*
* this are copy from radeon_drm, once an updated libdrm is released