diff options
Diffstat (limited to 'src/egl.c')
-rw-r--r-- | src/egl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #include "../include/egl.h" #include "../include/library_loader.h" #include <string.h> +#include <stdio.h> +#include <dlfcn.h> static bool gsr_egl_create_window(gsr_egl *self) { EGLConfig ecfg; |