aboutsummaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl.c b/src/egl.c
index b991ff4..eb5bf9a 100644
--- a/src/egl.c
+++ b/src/egl.c
@@ -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;