Browse Source

Fix linux build.

castano 5 years ago
parent
commit
813f5d211f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/build_settings.cpp

+ 2 - 0
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;