hud: include stdio.h since we use fprintf(), fscanf(), etc
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 9817083144eee0d6e686d6c1ecd1aa80304b3642..542ab10ed1cde50634a4f97ecc319351545a8a5d 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"