Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
virgl-es
mesa
Commits
ab6f9fcc
Commit
ab6f9fcc
authored
Jan 23, 2014
by
José Fonseca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
radeon: More missing stdio.h includes.
parent
fa75cc4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/gallium/drivers/radeon/r600_pipe_common.h
src/gallium/drivers/radeon/r600_pipe_common.h
+2
-0
src/gallium/winsys/radeon/drm/radeon_drm_bo.c
src/gallium/winsys/radeon/drm/radeon_drm_bo.c
+1
-0
No files found.
src/gallium/drivers/radeon/r600_pipe_common.h
View file @
ab6f9fcc
...
...
@@ -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"
...
...
src/gallium/winsys/radeon/drm/radeon_drm_bo.c
View file @
ab6f9fcc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment