From: Vinson Lee Date: Thu, 4 Feb 2010 02:36:07 +0000 (-0800) Subject: st/egl: Add missing headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d01e8e26f49d1ca8435d93714be341f38fe9b36;p=mesa.git st/egl: Add missing headers. --- diff --git a/src/gallium/state_trackers/egl/common/egl_g3d.c b/src/gallium/state_trackers/egl/common/egl_g3d.c index 2393199ee62..70216177bdb 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 dd3c9f8b6ac..8eb542bd827 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"