mesa: include stdio.h where needed

Instead of relying on glapi.h or some other header to provide it.

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 028968a3ce
commit db29869205
22 changed files with 25 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
* New (3.1) transformation code written by Keith Whitwell.
*/
#include <stdio.h>
#include "main/glheader.h"
#include "main/imports.h"