hud: include stdio.h since we use fprintf(), fscanf(), etc

This commit is contained in:
Brian Paul 2013-06-26 09:31:37 -06:00
parent 61964a9ceb
commit 87d5a16927

View file

@ -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"