mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build: Use cinttypes not inttypes.h.
Apparently this helps webOS, see #15604.
This commit is contained in:
parent
21bf41e6dd
commit
5cab38a645
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <ctype.h>
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
#include <cinttypes>
|
||||
|
||||
#include "Common/Log.h"
|
||||
#include "Common/File/Path.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue