Add some more ifdefs

This commit is contained in:
twinaphex 2016-03-01 04:19:33 +01:00
parent f8f2f7d03c
commit 481196c55c

View File

@ -23,8 +23,14 @@
#include "../../driver.h"
#include "../../general.h"
#include "../../runloop.h"
#ifdef HAVE_EGL
#include "../common/egl_common.h"
#endif
#ifdef HAVE_OPENGLES
#include "../common/gl_common.h"
#endif
#include "../../frontend/drivers/platform_linux.h"