hud: include stdio.h since we use fprintf(), fscanf(), etc 64/7164/1
authorBrian Paul <brianp@vmware.com>
Wed, 26 Jun 2013 15:31:37 +0000 (09:31 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 26 Jun 2013 16:42:59 +0000 (10:42 -0600)
src/gallium/auxiliary/hud/hud_context.c

index 9817083..542ab10 100644 (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"