st/egl: Add missing headers.
authorVinson Lee <vlee@vmware.com>
Thu, 4 Feb 2010 02:36:07 +0000 (18:36 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 4 Feb 2010 02:36:07 +0000 (18:36 -0800)
src/gallium/state_trackers/egl/common/egl_g3d.c
src/gallium/state_trackers/egl/x11/native_x11.c

index 2393199ee625ebd86c4e4524060531389a89503f..70216177bdb25876c6549ed67c07372ef7a53d9d 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include <assert.h>
+#include <stdio.h>
 #include <string.h>
 #include "pipe/p_screen.h"
 #include "util/u_memory.h"
index dd3c9f8b6ac6adce133740ddd0c51013b28aa8a8..8eb542bd82780cd1d59f04e0a452ac309026e79d 100644 (file)
@@ -22,6 +22,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include <stdio.h>
 #include <string.h>
 #include "util/u_debug.h"
 #include "util/u_memory.h"