diff --git a/include/nuttx/net/ip.h b/include/nuttx/net/ipopt.h similarity index 98% rename from include/nuttx/net/ip.h rename to include/nuttx/net/ipopt.h index 4cbfd824a4..9c45868ceb 100644 --- a/include/nuttx/net/ip.h +++ b/include/nuttx/net/ipopt.h @@ -1,5 +1,5 @@ /************************************************************************************************************ - * include/nuttx/net/ip.h + * include/nuttx/net/ipopt.h * * Defines values for the IP header options * @@ -35,8 +35,8 @@ * ************************************************************************************************************/ -#ifndef __INCLUDE_NUTTX_NET_IP_H -#define __INCLUDE_NUTTX_NET_IP_H +#ifndef __INCLUDE_NUTTX_NET_IPOPT_H +#define __INCLUDE_NUTTX_NET_IPOPT_H /************************************************************************************************************ * Included Files @@ -248,4 +248,4 @@ * Public Function Prototypes ************************************************************************************************************/ -#endif /* __INCLUDE_NUTTX_NET_IP_H */ +#endif /* __INCLUDE_NUTTX_NET_IPOPT_H */ diff --git a/net/igmp/igmp_send.c b/net/igmp/igmp_send.c index 75908b0762..3df662920c 100644 --- a/net/igmp/igmp_send.c +++ b/net/igmp/igmp_send.c @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include #include "devif/devif.h"