st/xlib: include stdio.h
authorBrian Paul <brianp@vmware.com>
Thu, 5 Mar 2015 02:17:57 +0000 (19:17 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 5 Mar 2015 13:59:43 +0000 (06:59 -0700)
Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/gallium/state_trackers/glx/xlib/glx_usefont.c
src/gallium/state_trackers/glx/xlib/xm_api.c

index f7ee68b35659a22b9f2b6636ac5d0578afef880a..b3e9c79ce2c988b7a8fb7e0dcc960a635a594862 100644 (file)
@@ -30,6 +30,7 @@
  */
 
 
+#include <stdio.h>
 #include "main/core.h"
 #include <GL/glx.h>
 
index e6f40c344bceca019cc2a43745ad244a986443fd..a0ee59c28de2bce441a2d9dcdc9839d67a30e034 100644 (file)
@@ -53,6 +53,7 @@
 #undef __WIN32__
 #endif
 
+#include <stdio.h>
 #include "xm_api.h"
 #include "xm_st.h"