diff options
Diffstat (limited to 'src/egl/main/eglstring.h')
-rw-r--r-- | src/egl/main/eglstring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglstring.h b/src/egl/main/eglstring.h index f1d559b24a2..8a8c43c1eff 100644 --- a/src/egl/main/eglstring.h +++ b/src/egl/main/eglstring.h @@ -4,6 +4,7 @@ #include <string.h> #ifdef _EGL_OS_WINDOWS +#include <stdio.h> #define _eglstrcasecmp _stricmp #define _eglsnprintf _snprintf #else |