diff options
Diffstat (limited to 'progs/rbug/bin_to_bmp.c')
-rw-r--r-- | progs/rbug/bin_to_bmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/rbug/bin_to_bmp.c b/progs/rbug/bin_to_bmp.c index 6e9b162a6f7..40ae6290909 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); |