From f7047d8ea3f58b849bd67f46209340529b0a2649 Mon Sep 17 00:00:00 2001 From: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> Date: Wed, 3 Mar 2021 09:54:16 +0900 Subject: [PATCH] cxd56_gnss: Add missing include header for cxd56_gnss.c cxd56_gnss.c uses file descriptor operation from next change. 0536953 Kernel module should prefer functions with nx/kmm prefix But this change need to add fcntl.h in include header. So, add missing header. --- arch/arm/src/cxd56xx/cxd56_gnss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/src/cxd56xx/cxd56_gnss.c b/arch/arm/src/cxd56xx/cxd56_gnss.c index 68aebfd49ef..eea3027bf0b 100644 --- a/arch/arm/src/cxd56xx/cxd56_gnss.c +++ b/arch/arm/src/cxd56xx/cxd56_gnss.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include