From 4d01e8e26f49d1ca8435d93714be341f38fe9b36 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 3 Feb 2010 18:36:07 -0800 Subject: 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(+) (limited to 'src/gallium/state_trackers') diff --git a/src/gallium/state_trackers/egl/common/egl_g3d.c b/src/gallium/state_trackers/egl/common/egl_g3d.c index 2393199ee6..70216177bd 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 +#include #include #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 dd3c9f8b6a..8eb542bd82 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 #include #include "util/u_debug.h" #include "util/u_memory.h" -- cgit v1.2.3