Fix building with opengl, again

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-12-16 02:48:02 +00:00
parent 9ce1387f52
commit a48e1f65a9
4 changed files with 17 additions and 3 deletions

View File

@@ -5,7 +5,10 @@
#include "common.h"
#include "log.h"
#ifdef CONFIG_OPENGL
#include "opengl.h"
#endif
#include "vsync.h"