mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 19:20:12 +01:00
egl: need stdio.h for non-Windows build too to avoid compiler warning
This commit is contained in:
parent
dad914f6b2
commit
ca31c596e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue