Add inclusion of assert.h to so files that use DEBUGASSERT

This commit is contained in:
Gregory Nutt 2014-07-21 18:46:47 -06:00
parent 2ede6c43a7
commit cab24a4bd8
3 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#include <stdint.h>
#include <string.h>
#include <debug.h>
#include <assert.h>
#include <nuttx/net/netconfig.h>
#include <nuttx/net/net.h>

View File

@ -46,6 +46,7 @@
#include <stdbool.h>
#include <errno.h>
#include <debug.h>
#include <assert.h>
#include <arch/irq.h>
#include <nuttx/net/net.h>

View File

@ -47,6 +47,7 @@
#include <string.h>
#include <errno.h>
#include <debug.h>
#include <assert.h>
#ifdef CONFIG_NET_PKT
# include <netpacket/packet.h>