From 869896f162708e820bcc7e45576258d8ff31ccb0 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 17 Feb 2010 23:19:24 -0800 Subject: 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(+) (limited to 'progs') diff --git a/progs/rbug/bin_to_bmp.c b/progs/rbug/bin_to_bmp.c index 6e9b162a6f..40ae629090 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 e38b7b4e9b..dccebfb79f 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 + #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 e6b12073d8..a80a841a77 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 + #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 e99f5a72b6..dd30d30908 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" -- cgit v1.2.3