st/xlib: include stdio.h

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 68579c4a5c
commit 8c68987d09
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
*/
#include <stdio.h>
#include "main/core.h"
#include <GL/glx.h>

View File

@ -53,6 +53,7 @@
#undef __WIN32__
#endif
#include <stdio.h>
#include "xm_api.h"
#include "xm_st.h"