mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 21:29:02 +00:00
net/icmp/icmp_netpoll.c: Fix warning: implicit declaration of nxsem_post(). This appeared after include of nuttx/kmalloc.h was removed recently.
This commit is contained in:
parent
084f81e76e
commit
c854b1f039
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include <poll.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/semaphore.h>
|
||||
#include <nuttx/net/net.h>
|
||||
|
||||
#include "devif/devif.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue