lte: Include nuttx/fs/ioctl.h instead of wireless.h

lte command definitions are separated from wireless ioctl.
This commit is contained in:
SPRESENSE 2022-10-24 11:39:30 +09:00 committed by Xiang Xiao
parent 2fd7e18a16
commit 306029e6e4

View File

@ -27,7 +27,8 @@
#include <stdint.h>
#include <stdbool.h>
#include <nuttx/wireless/wireless.h>
#include <sys/types.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/net/sms.h>
/****************************************************************************