diff options
Diffstat (limited to 'render')
-rw-r--r-- | render/egl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/egl.c b/render/egl.c index cfa37f20..5c0f2c4a 100644 --- a/render/egl.c +++ b/render/egl.c @@ -3,7 +3,7 @@ #include <EGL/egl.h> #include <EGL/eglext.h> #include <stdlib.h> -#include <drm_fourcc.h> +#include <libdrm/drm_fourcc.h> #include <wlr/render/egl.h> #include <wlr/util/log.h> #include "glapi.h" |