Skip to content

Commit a7da024

Browse files
committed
glad file bug fix
1 parent 904f6c6 commit a7da024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <stdio.h>
2323
#include <stdlib.h>
2424
#include <string.h>
25-
#include </home/obliterator/Euclid_Engine/src/glad/glad.h>
25+
#include <glad/glad.h>
2626

2727
static void* get_proc(const char *namez);
2828

0 commit comments

Comments
 (0)