diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-15 02:31:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 02:31:49 +0200 |
commit | 814fc1364ce68c079961653ddc4714694e5a9b07 (patch) | |
tree | 34b4328b4a5e05ce69612da0c7fd2008e8a711cd /render/egl.c | |
parent | 7daca85bcf4f3c0567697afb3603472394a85273 (diff) | |
parent | 7ca3bc1d6f36fd1751902e1976feceb427e6aba3 (diff) |
Merge pull request #1312 from ascent12/drm_include
Fix libdrm includes
Diffstat (limited to 'render/egl.c')
-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 5c0f2c4a..cfa37f20 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 <libdrm/drm_fourcc.h> +#include <drm_fourcc.h> #include <wlr/render/egl.h> #include <wlr/util/log.h> #include "glapi.h" |