Add inclusion of assert.h in networking files where needed to avoid compilation errors. From Max Neklyudov.
This commit is contained in:
parent
8cb4e78a1a
commit
f20ac5ef93
@ -46,6 +46,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <debug.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <nuttx/net/net.h>
|
||||
#include <nuttx/net/netdev.h>
|
||||
|
Loading…
Reference in New Issue
Block a user