arch: cxd56xx: Fix compile error

Add inttypes.h to fix a compile error in cxd56_emmc.c.
This commit is contained in:
SPRESENSE 2023-07-27 08:08:03 +09:00 committed by Xiang Xiao
parent ad6b12acf5
commit b515f9a360

View File

@ -26,6 +26,7 @@
#include <sys/param.h>
#include <sys/types.h>
#include <inttypes.h>
#include <stdint.h>
#include <string.h>
#include <assert.h>