Add inclusion of assert.h in networking files where needed to avoid compilation errors. From Max Neklyudov.

This commit is contained in:
Gregory Nutt 2015-05-13 07:24:22 -06:00
parent 8cb4e78a1a
commit f20ac5ef93
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#include <string.h>
#include <debug.h>
#include <assert.h>
#include <arpa/inet.h>

View File

@ -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>