arch: cxd56xx: Fix compile warning

Fix warning by -Wimplicit-function-declaration
This commit is contained in:
SPRESENSE 2021-07-04 12:52:49 +09:00 committed by Xiang Xiao
parent 75b6a260e0
commit 845da344fd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include <stdlib.h>
#include <errno.h>
#include <sched.h>
#include <pthread.h>
#include <nuttx/kthread.h>
#include <debug.h>
#include "cxd56_icc.h"