X-Git-Url: http://nitlanguage.org diff --git a/lib/standard/file_nit.h b/lib/standard/file_nit.h index 6fa2a0e..4e598d0 100644 --- a/lib/standard/file_nit.h +++ b/lib/standard/file_nit.h @@ -20,6 +20,10 @@ #include #include +#include + +Set String_files___impl( String recv ); + extern int string_NativeString_NativeString_file_exists_0(char *f); extern void *string_NativeString_NativeString_file_stat_0(char *f); extern void *file_NativeFile_NativeFile_file_stat_0(FILE *f);