(mali_fbdev) Add some ifdefs

This commit is contained in:
twinaphex 2016-03-01 07:17:57 +01:00
parent 59ed4b939f
commit dc12f07a55

View File

@ -26,8 +26,14 @@
#include "../../driver.h"
#include "../../general.h"
#include "../../runloop.h"
#ifdef HAVE_EGL
#include "../common/egl_common.h"
#endif
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES)
#include "../common/gl_common.h"
#endif
typedef struct
{