src/error.c

changeset 311
87ff4c57955d
parent 261
bfd15f5a3948
--- a/src/error.c	Sun May 24 16:48:51 2026 +0200
+++ b/src/error.c	Sun May 24 17:26:24 2026 +0200
@@ -32,7 +32,7 @@
 #include <stdarg.h>
 #include <cx/printf.h>
 
-#include <GL/glew.h>
+#include "glad.h"
 
 void asc_printf(const char *level, const char *file, unsigned line, const char *fmt, ...) {
     printf("[%s %s %u] ", level, file, line);

mercurial