mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
radeon: More missing stdio.h includes.
This commit is contained in:
parent
fa75cc4b89
commit
ab6f9fccd4
2 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue