sockio.h needs to include netinet/in.h for struct in_addr
This commit is contained in:
parent
e567b6ee49
commit
fbc9f79fc0
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@
|
|||
|
||||
/* Get NuttX configuration and NuttX-specific network IOCTL definitions */
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/fs/ioctl.h>
|
||||
#include <nuttx/net/ioctl.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue