From: Vinson Lee Date: Thu, 18 Feb 2010 06:10:04 +0000 (-0800) Subject: progs/rbug: Add missing header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20a11722a2d4453c614381004b683993428de30e;p=mesa.git progs/rbug: Add missing header. --- diff --git a/progs/rbug/bin_to_bmp.c b/progs/rbug/bin_to_bmp.c index 346bdea2c13..18dd57b0349 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 + #include "pipe/p_compiler.h" #include "pipe/p_format.h" #include "pipe/p_state.h"