Commit a5ce57bc3d4b8ba99bef7e5d7c3f185a124c874a

Sam Lantinga 2014-04-23T13:47:52

Fixed compiler warning

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/video/SDL_egl.c b/src/video/SDL_egl.c
index cb0cfe2..fe416bf 100644
--- a/src/video/SDL_egl.c
+++ b/src/video/SDL_egl.c
@@ -22,6 +22,10 @@
 
 #if SDL_VIDEO_OPENGL_EGL
 
+#if SDL_VIDEO_DRIVER_WINDOWS || SDL_VIDEO_DRIVER_WINRT
+#include "../core/windows/SDL_windows.h"
+#endif
+
 #include "SDL_sysvideo.h"
 #include "SDL_egl_c.h"
 #include "SDL_loadso.h"