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

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 26 16:43:03 UTC 2013


Module: Mesa
Branch: master
Commit: 87d5a169273908b9c267f7aaca58ed9fc2a68ef1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=87d5a169273908b9c267f7aaca58ed9fc2a68ef1

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 26 09:31:37 2013 -0600

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

---

 src/gallium/auxiliary/hud/hud_context.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/hud/hud_context.c b/src/gallium/auxiliary/hud/hud_context.c
index 9817083..542ab10 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 <stdio.h>
+
 #include "hud/hud_context.h"
 #include "hud/hud_private.h"
 #include "hud/font.h"




More information about the mesa-commit mailing list