Fixes to get apps/examples/udgram building again.

This commit is contained in:
Gregory Nutt 2017-07-14 11:35:26 -06:00
parent ae1eeada8a
commit 47aed25836
2 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,8 @@
# define PF_INETX PF_INET
#elif defined(CONFIG_NET_IPv6)
# define PF_INETX PF_INET6
#elif defined(CONFIG_NET_LOCAL)
# define PF_INETX PF_LOCAL
#endif
/****************************************************************************

View File

@ -63,6 +63,8 @@
# define PF_INETX PF_INET
#elif defined(CONFIG_NET_IPv6)
# define PF_INETX PF_INET6
#elif defined(CONFIG_NET_LOCAL)
# define PF_INETX PF_LOCAL
#endif
/****************************************************************************