You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/02/03 02:21:41 UTC

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #203: net/igmp/igmp.h: include to fix build break

liuguo09 opened a new pull request #203: net/igmp/igmp.h: include <nuttx/semaphore.h> to fix build break
URL: https://github.com/apache/incubator-nuttx/pull/203
 
 
   Build nucleo-144/f767-netnsh fail with below error:
   In file included from igmp/igmp_initialize.c:54:
   ./igmp/igmp.h:130:3: error: unknown type name 'sem_t'
     130 |   sem_t                sem;     /* Used to wait for message transmission */
         |   ^~~~~
   make[1]: *** [igmp_initialize.o] Error 1
   
   Signed-off-by: liuhaitao <li...@xiaomi.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #203: net/igmp/igmp.h: include to fix build break

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #203: net/igmp/igmp.h: include <nuttx/semaphore.h> to fix build break
URL: https://github.com/apache/incubator-nuttx/pull/203
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services