Mesa (master): progs/rbug: Add missing header.

Vinson Lee vlee at kemper.freedesktop.org
Thu Feb 18 06:10:32 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Feb 17 22:10:04 2010 -0800

progs/rbug: Add missing header.

---

 progs/rbug/bin_to_bmp.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/progs/rbug/bin_to_bmp.c b/progs/rbug/bin_to_bmp.c
index 346bdea..18dd57b 100644
--- a/progs/rbug/bin_to_bmp.c
+++ b/progs/rbug/bin_to_bmp.c
@@ -22,6 +22,8 @@
  * USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include <stdio.h>
+
 #include "pipe/p_compiler.h"
 #include "pipe/p_format.h"
 #include "pipe/p_state.h"




More information about the mesa-commit mailing list