summaryrefslogtreecommitdiff
path: root/nuttx/net/socket/recvfrom.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-21 18:46:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-21 18:46:47 -0600
commit948ff587288bc2a527e5a4eea75092dfa6083374 (patch)
treeb94f0dcd2ae6ff1e4dfde89b7340ee247bf56025 /nuttx/net/socket/recvfrom.c
parente65c7812e4ff13ca89a6c580e22071d861c26573 (diff)
downloadpx4-nuttx-948ff587288bc2a527e5a4eea75092dfa6083374.tar.gz
px4-nuttx-948ff587288bc2a527e5a4eea75092dfa6083374.tar.bz2
px4-nuttx-948ff587288bc2a527e5a4eea75092dfa6083374.zip
Add inclusion of assert.h to so files that use DEBUGASSERT
Diffstat (limited to 'nuttx/net/socket/recvfrom.c')
-rw-r--r--nuttx/net/socket/recvfrom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/net/socket/recvfrom.c b/nuttx/net/socket/recvfrom.c
index 8ecbf7055..aae60d45b 100644
--- a/nuttx/net/socket/recvfrom.c
+++ b/nuttx/net/socket/recvfrom.c
@@ -47,6 +47,7 @@
#include <string.h>
#include <errno.h>
#include <debug.h>
+#include <assert.h>
#ifdef CONFIG_NET_PKT
# include <netpacket/packet.h>