summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
Diffstat (limited to 'progs')
-rw-r--r--progs/rbug/bin_to_bmp.c1
-rw-r--r--progs/rbug/ctx_rule.c2
-rw-r--r--progs/rbug/shdr_disable.c2
-rw-r--r--progs/rbug/tex_dump.c1
4 files changed, 6 insertions, 0 deletions
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 <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 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 <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 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"