From: Brian Paul Date: Thu, 13 Jan 2011 16:25:55 +0000 (-0700) Subject: egl: need stdio.h for non-Windows build too to avoid compiler warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca31c596e8acf64cbae86b052bb5634790a540ce;p=mesa.git egl: need stdio.h for non-Windows build too to avoid compiler warning --- diff --git a/src/egl/main/eglstring.h b/src/egl/main/eglstring.h index 8a8c43c1eff..d4c89541362 100644 --- a/src/egl/main/eglstring.h +++ b/src/egl/main/eglstring.h @@ -2,9 +2,9 @@ #define EGLSTRING_INCLUDED #include +#include #ifdef _EGL_OS_WINDOWS -#include #define _eglstrcasecmp _stricmp #define _eglsnprintf _snprintf #else