ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
28b2c3538c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/std/file.c

+ 3 - 0
src/std/file.c

@@ -21,6 +21,9 @@
  */
 #include <hl.h>
 #include <stdio.h>
+#ifdef HL_CONSOLE
+#	include <posix/posix.h>
+#endif
 #ifdef HL_WIN
 #	include <windows.h>
 #	define fopen(name,mode) _wfopen(name,mode)