From: Brian Paul Date: Wed, 26 Jun 2013 15:31:37 +0000 (-0600) Subject: hud: include stdio.h since we use fprintf(), fscanf(), etc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87d5a169273908b9c267f7aaca58ed9fc2a68ef1;p=mesa.git hud: include stdio.h since we use fprintf(), fscanf(), etc --- 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"