cxd56xx/cxd56_emmc.c: Fix compile warning

Add necessary include header named debug.h for using ferr and
finfo.
This commit is contained in:
SPRESENSE 2022-02-10 19:28:23 +09:00 committed by Masayuki Ishikawa
parent 5be940080b
commit e725829547

View File

@ -28,6 +28,7 @@
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <debug.h>
#include <errno.h>
#include <nuttx/arch.h>