PRIu64 requires inttypes.h to be included

This commit is contained in:
RSDuck 2021-06-05 03:34:30 +02:00
parent f74387a8c1
commit 21f5477450
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <inttypes.h>
#include "Config.h" #include "Config.h"
#include "NDS.h" #include "NDS.h"
#include "DSi.h" #include "DSi.h"

View File

@ -18,6 +18,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <inttypes.h>
#include "Config.h" #include "Config.h"
#include "NDS.h" #include "NDS.h"
#include "ARM.h" #include "ARM.h"