diff options
author | Vinson Lee <vlee@vmware.com> | 2010-02-17 22:10:04 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-02-17 22:10:04 -0800 |
commit | 20a11722a2d4453c614381004b683993428de30e (patch) | |
tree | 601429ccdb0c98f4467479ef87cc47c4f8eb037a /progs | |
parent | 56b7a6f6328f4bf73951aceac2c70b39ed787399 (diff) |
progs/rbug: Add missing header.
Diffstat (limited to 'progs')
-rw-r--r-- | progs/rbug/bin_to_bmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/rbug/bin_to_bmp.c b/progs/rbug/bin_to_bmp.c index 346bdea2c1..18dd57b034 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 <stdio.h> + #include "pipe/p_compiler.h" #include "pipe/p_format.h" #include "pipe/p_state.h" |