Skip to content
Snippets Groups Projects
Commit cab24a4b authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent 2ede6c43
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
......@@ -47,6 +47,7 @@
#include <string.h>
#include <errno.h>
#include <debug.h>
#include <assert.h>
#ifdef CONFIG_NET_PKT
# include <netpacket/packet.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment