Бранимир Караџић 6 vuotta sitten
vanhempi
sitoutus
cab5b0d6e5
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      src/file.cpp

+ 4 - 4
src/file.cpp

@@ -20,12 +20,12 @@
 #	if BX_CONFIG_CRT_DIRECTORY_READER
 #	if BX_CONFIG_CRT_DIRECTORY_READER
 #		include <dirent.h>
 #		include <dirent.h>
 #	endif // BX_CONFIG_CRT_DIRECTORY_READER
 #	endif // BX_CONFIG_CRT_DIRECTORY_READER
-#	include <stdio.h> // remove
+#	include <stdio.h>      // remove
+#	include <sys/stat.h>   // stat, mkdir
 #	if BX_CRT_MSVC
 #	if BX_CRT_MSVC
-#		include <direct.h>   // _getcwd
+#		include <direct.h> // _getcwd
 #	else
 #	else
-#		include <sys/stat.h> // stat, mkdir
-#		include <unistd.h>   // getcwd
+#		include <unistd.h> // getcwd
 #	endif // BX_CRT_MSVC
 #	endif // BX_CRT_MSVC
 #endif // !BX_CRT_NONE
 #endif // !BX_CRT_NONE