From ca31c596e8acf64cbae86b052bb5634790a540ce Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Jan 2011 09:25:55 -0700 Subject: egl: need stdio.h for non-Windows build too to avoid compiler warning --- src/egl/main/eglstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl') diff --git a/src/egl/main/eglstring.h b/src/egl/main/eglstring.h index 8a8c43c1ef..d4c8954136 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 -- cgit v1.2.3