mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -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
|
|
@ -4,7 +4,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include <wlr/render/egl.h>
|
||||
#include "render/glapi.h"
|
||||
#include "glapi.h"
|
||||
|
||||
// Extension documentation
|
||||
// https://www.khronos.org/registry/EGL/extensions/KHR/EGL_KHR_image_base.txt.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue