Commit bbac588bbedf447d70394df30de43008960c5cc8

Thomas de Grivel 2023-12-02T12:50:39

GL/gl.h

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3/window/sdl2/types.h b/libc3/window/sdl2/types.h
index ae25d0e..2045f38 100644
--- a/libc3/window/sdl2/types.h
+++ b/libc3/window/sdl2/types.h
@@ -19,7 +19,7 @@
 #define LIBC3_WINDOW_SDL2_TYPES_H
 
 #include <SDL.h>
-#include <OpenGL/gl.h>
+#include <GL/gl.h>
 #include <libc3/types.h>
 #include "../types.h"