projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b7a6f
)
progs/rbug: Add missing header.
author
Vinson Lee
<vlee@vmware.com>
Thu, 18 Feb 2010 06:10:04 +0000
(22:10 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 18 Feb 2010 06:10:04 +0000
(22:10 -0800)
progs/rbug/bin_to_bmp.c
patch
|
blob
|
history
diff --git
a/progs/rbug/bin_to_bmp.c
b/progs/rbug/bin_to_bmp.c
index 346bdea2c134f0429d4abc159c7be07ad3319abd..18dd57b03493c1ac97e901ef606e08a607c4a023 100644
(file)
--- 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"