You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/02/01 10:30:01 UTC

[incubator-nuttx] branch pr196 updated: include/nuttx/net/igmp.h: fix build break by previous network changes (#196)

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch pr196
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/pr196 by this push:
     new b7d7399  include/nuttx/net/igmp.h: fix build break by previous network changes (#196)
b7d7399 is described below

commit b7d7399ebf377972fa819d9a30d16f72b2264f69
Author: liuguo09 <li...@xiaomi.com>
AuthorDate: Sat Feb 1 18:29:51 2020 +0800

    include/nuttx/net/igmp.h: fix build break by previous network changes (#196)
---
 include/nuttx/net/igmp.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/nuttx/net/igmp.h b/include/nuttx/net/igmp.h
index 132a535..4b42568 100644
--- a/include/nuttx/net/igmp.h
+++ b/include/nuttx/net/igmp.h
@@ -52,6 +52,7 @@
 #include <stdbool.h>
 
 #include <nuttx/net/netconfig.h>
+#include <nuttx/net/netdev.h>
 #include <nuttx/net/ip.h>
 
 #ifdef CONFIG_NET_IGMP