diff options
| author | castano <castano@gmail.com> | 2019-11-14 09:22:37 -0800 |
|---|---|---|
| committer | castano <castano@gmail.com> | 2019-11-14 09:22:37 -0800 |
| commit | 813f5d211f0bdb02299741df656fc588bc6ae214 (patch) | |
| tree | d52118531af5b262b0fbc497c11aaf67275ec772 /src | |
| parent | 71d129a7093a54d1e2b6a0fb89b2e4dd514f88e3 (diff) | |
Fix linux build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index c02665215..8a0d283c2 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -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; |