[ox] Get building with devkitARM again

This commit is contained in:
2019-03-18 00:19:04 -05:00
parent 22da505869
commit b33cd06031
6 changed files with 18 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#if __has_include(<filesystem>)
#if __has_include(<filesystem>) && defined(OX_USE_STDLIB)
#include <stdio.h>