st/mesa: 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 2655afc7e6
commit fe976ceb76
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@
**************************************************************************/
#include <stdio.h>
#include "main/glheader.h"
#include "main/context.h"

View file

@ -25,6 +25,7 @@
*
**************************************************************************/
#include <stdio.h>
#include "main/bufferobj.h"
#include "main/enums.h"
#include "main/fbobject.h"