Skip to content

Commit

Permalink
Fix include again
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Sep 29, 2023
1 parent 046b334 commit 0bfa295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/glad/include/glad/glad_egl.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ GLAPI int gladLoadEGL(void);
GLAPI int gladLoadEGLLoader(GLADloadproc);

#include <KHR/khrplatform.h>
#include <EGL/eglplatform.h>
#include <glad/eglplatform.h>
struct AHardwareBuffer;
struct wl_buffer;
struct wl_display;
Expand Down

0 comments on commit 0bfa295

Please sign in to comment.