projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61964a9
)
hud: include stdio.h since we use fprintf(), fscanf(), etc
author
Brian Paul
<brianp@vmware.com>
Wed, 26 Jun 2013 15:31:37 +0000
(09:31 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 26 Jun 2013 16:42:59 +0000
(10:42 -0600)
src/gallium/auxiliary/hud/hud_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/hud/hud_context.c
b/src/gallium/auxiliary/hud/hud_context.c
index 9817083144eee0d6e686d6c1ecd1aa80304b3642..542ab10ed1cde50634a4f97ecc319351545a8a5d 100644
(file)
--- a/
src/gallium/auxiliary/hud/hud_context.c
+++ b/
src/gallium/auxiliary/hud/hud_context.c
@@
-33,6
+33,8
@@
* Set GALLIUM_HUD=help for more info.
*/
+#include <stdio.h>
+
#include "hud/hud_context.h"
#include "hud/hud_private.h"
#include "hud/font.h"