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.
This commit is contained in:
SPRESENSE
2021-03-03 09:54:16 +09:00
committed by Xiang Xiao
parent 3c0c8e5c1f
commit f7047d8ea3
+1
View File
@@ -28,6 +28,7 @@
#include <stdlib.h>
#include <string.h>
#include <fixedmath.h>
#include <fcntl.h>
#include <poll.h>
#include <errno.h>
#include <debug.h>