diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-02-03 18:36:07 -0800 |
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-02-03 18:36:07 -0800 |
| commit | 4d01e8e26f49d1ca8435d93714be341f38fe9b36 (patch) | |
| tree | f64f7f1f79187ee6faa67aa178d9709a91be531a | |
| parent | 821b3e2302a59332f96767b54040720dc0b83a13 (diff) | |
st/egl: Add missing headers.
| -rw-r--r-- | src/gallium/state_trackers/egl/common/egl_g3d.c | 1 | ||||
| -rw-r--r-- | 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 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 <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 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 <stdio.h> #include <string.h> #include "util/u_debug.h" #include "util/u_memory.h" |
