progs/rbug: Add missing header.
authorVinson Lee <vlee@vmware.com>
Thu, 18 Feb 2010 06:10:04 +0000 (22:10 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 18 Feb 2010 06:10:04 +0000 (22:10 -0800)
progs/rbug/bin_to_bmp.c

index 346bdea..18dd57b 100644 (file)
@@ -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"