Mesa (master): st/egl: Add missing headers.

Vinson Lee vlee at kemper.freedesktop.org
Thu Feb 4 02:36:41 UTC 2010


Module: Mesa
Branch: master
Commit: 4d01e8e26f49d1ca8435d93714be341f38fe9b36
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d01e8e26f49d1ca8435d93714be341f38fe9b36

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Feb  3 18:36:07 2010 -0800

st/egl: Add missing headers.

---

 src/gallium/state_trackers/egl/common/egl_g3d.c |    1 +
 src/gallium/state_trackers/egl/x11/native_x11.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/egl/common/egl_g3d.c b/src/gallium/state_trackers/egl/common/egl_g3d.c
index 2393199..7021617 100644
--- a/src/gallium/state_trackers/egl/common/egl_g3d.c
+++ b/src/gallium/state_trackers/egl/common/egl_g3d.c
@@ -23,6 +23,7 @@
  */
 
 #include <assert.h>
+#include <stdio.h>
 #include <string.h>
 #include "pipe/p_screen.h"
 #include "util/u_memory.h"
diff --git a/src/gallium/state_trackers/egl/x11/native_x11.c b/src/gallium/state_trackers/egl/x11/native_x11.c
index dd3c9f8..8eb542b 100644
--- a/src/gallium/state_trackers/egl/x11/native_x11.c
+++ b/src/gallium/state_trackers/egl/x11/native_x11.c
@@ -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"




More information about the mesa-commit mailing list