sockio.h needs to include netinet/in.h for struct in_addr

This commit is contained in:
Gregory Nutt 2014-06-03 10:10:54 -06:00
parent e567b6ee49
commit fbc9f79fc0

View file

@ -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>