Merge pull request #409 from olegartys/988
authorpillip8282 <pilseob.kang@samsung.com>
Thu, 17 Aug 2017 00:26:09 +0000 (09:26 +0900)
committerGitHub <noreply@github.com>
Thu, 17 Aug 2017 00:26:09 +0000 (09:26 +0900)
include/netdev: include missing header

1  2 
os/include/tinyara/net/netdev.h

  #include <net/ethernet.h>
  #include <arpa/inet.h>
  
 -#ifdef CONFIG_NET_IGMP
 -#include <tinyara/net/igmp.h>
 -#endif
 -
  #include <tinyara/net/ip.h>
  
+ #ifndef CONFIG_NET_MULTIBUFFER
+ #include <net/lwip/netif.h>
+ #endif
  /****************************************************************************
   * Pre-processor Definitions
   ****************************************************************************/