mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Use correct include path for glapi.h
This commit is contained in:
parent
5649544a14
commit
bc113c16aa
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#include <wlr/render/gles2.h>
|
||||
#include <wlr/render.h>
|
||||
#include "backend/drm/drm.h"
|
||||
#include "render/glapi.h"
|
||||
#include "glapi.h"
|
||||
|
||||
bool wlr_drm_renderer_init(struct wlr_drm_backend *drm,
|
||||
struct wlr_drm_renderer *renderer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue