diff options
author | Brian Paul <[email protected]> | 2013-06-26 09:31:37 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-06-26 10:42:59 -0600 |
commit | 87d5a169273908b9c267f7aaca58ed9fc2a68ef1 (patch) | |
tree | 27982ba4e922729cec224c25758bb108275ef7b8 /src/gallium/auxiliary/hud/hud_context.c | |
parent | 61964a9cebd972a802ca6517f3438452ab2d340b (diff) |
hud: include stdio.h since we use fprintf(), fscanf(), etc
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_context.c')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/hud/hud_context.c b/src/gallium/auxiliary/hud/hud_context.c index 9817083144e..542ab10ed1c 100644 --- 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" |