From 87d5a169273908b9c267f7aaca58ed9fc2a68ef1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 26 Jun 2013 09:31:37 -0600 Subject: [PATCH] hud: include stdio.h since we use fprintf(), fscanf(), etc --- src/gallium/auxiliary/hud/hud_context.c | 2 ++ 1 file changed, 2 insertions(+) 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 + #include "hud/hud_context.h" #include "hud/hud_private.h" #include "hud/font.h" -- 2.30.2