egl: need stdio.h for non-Windows build too to avoid compiler warning

This commit is contained in:
Brian Paul 2011-01-13 09:25:55 -07:00
parent dad914f6b2
commit ca31c596e8
1 changed files with 1 additions and 1 deletions

View File

@ -2,9 +2,9 @@
#define EGLSTRING_INCLUDED
#include <string.h>
#include <stdio.h>
#ifdef _EGL_OS_WINDOWS
#include <stdio.h>
#define _eglstrcasecmp _stricmp
#define _eglsnprintf _snprintf
#else