aboutsummaryrefslogtreecommitdiff
path: root/backend/egl.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/egl.c')
-rw-r--r--backend/egl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/egl.c b/backend/egl.c
index 1ce2d8a7..f46a0c83 100644
--- a/backend/egl.c
+++ b/backend/egl.c
@@ -2,9 +2,8 @@
#include <EGL/eglext.h>
#include <GLES3/gl3.h>
#include <gbm.h> // GBM_FORMAT_XRGB8888
-
+#include <wlr/util/log.h>
#include "backend/egl.h"
-#include "common/log.h"
const char *egl_error(void) {
switch (eglGetError()) {