Fix linux build.

This commit is contained in:
castano
2019-11-14 09:22:37 -08:00
parent 71d129a709
commit 813f5d211f

View File

@@ -415,6 +415,8 @@ String odin_root_dir(void) {
// NOTE: Linux / Unix is unfinished and not tested very well.
#include <sys/stat.h>
String path_to_fullpath(gbAllocator a, String s);
String odin_root_dir(void) {
String path = global_module_path;
isize len, i;