swrast: include stdio.h where needed

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul
2015-03-04 19:17:57 -07:00
parent 78ee6fdb23
commit 2655afc7e6

View File

@@ -32,6 +32,7 @@
* The back-buffer is allocated by the driver and is private.
*/
#include <stdio.h>
#include "main/api_exec.h"
#include "main/context.h"
#include "main/extensions.h"