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

Vinson Lee vlee at kemper.freedesktop.org
Thu Feb 18 07:19:51 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Feb 17 23:19:24 2010 -0800

progs/rbug: Add missing headers.

---

 progs/rbug/bin_to_bmp.c   |    1 +
 progs/rbug/ctx_rule.c     |    2 ++
 progs/rbug/shdr_disable.c |    2 ++
 progs/rbug/tex_dump.c     |    1 +
 4 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/progs/rbug/bin_to_bmp.c b/progs/rbug/bin_to_bmp.c
index 6e9b162..40ae629 100644
--- a/progs/rbug/bin_to_bmp.c
+++ b/progs/rbug/bin_to_bmp.c
@@ -32,6 +32,7 @@
 #include "util/u_debug.h"
 #include "util/u_format.h"
 #include "util/u_network.h"
+#include "util/u_string.h"
 #include "util/u_tile.h"
 
 static uint8_t* rbug_read(const char *filename, unsigned size);
diff --git a/progs/rbug/ctx_rule.c b/progs/rbug/ctx_rule.c
index e38b7b4..dccebfb 100644
--- a/progs/rbug/ctx_rule.c
+++ b/progs/rbug/ctx_rule.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 "util/u_memory.h"
diff --git a/progs/rbug/shdr_disable.c b/progs/rbug/shdr_disable.c
index e6b1207..a80a841 100644
--- a/progs/rbug/shdr_disable.c
+++ b/progs/rbug/shdr_disable.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 "util/u_memory.h"
diff --git a/progs/rbug/tex_dump.c b/progs/rbug/tex_dump.c
index e99f5a7..dd30d30 100644
--- a/progs/rbug/tex_dump.c
+++ b/progs/rbug/tex_dump.c
@@ -29,6 +29,7 @@
 #include "util/u_debug.h"
 #include "util/u_format.h"
 #include "util/u_network.h"
+#include "util/u_string.h"
 #include "util/u_tile.h"
 #include "rbug/rbug.h"
 




More information about the mesa-commit mailing list