diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-05 21:41:08 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-05 21:41:08 +1100 |
commit | d92d5231ae094ae79d95463d54275a3527cf1c2d (patch) | |
tree | ac32863eed71dd6062ca88e20ffb376e7090f1eb /src/resources/obj.c | |
parent | 428765380da3e7fdb8122e440b5d4065620fc8fb (diff) |
get us running on Mac again with our vendored GLFW
Diffstat (limited to 'src/resources/obj.c')
-rw-r--r-- | src/resources/obj.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/obj.c b/src/resources/obj.c index 05aa96e..d56e212 100644 --- a/src/resources/obj.c +++ b/src/resources/obj.c @@ -11,6 +11,7 @@ #include <string.h> #include "core.h" +#include "file.h" #include "darray.h" #include "log.h" #include "maths.h" |