Fix a compile problem when IP forwarding of broadcast messages is enabled.

This commit is contained in:
Gregory Nutt 2017-07-09 11:53:28 -06:00
parent 99c432c140
commit 81dcb98104
1 changed files with 2 additions and 1 deletions

View File

@ -40,8 +40,9 @@
#include <nuttx/config.h>
#include <string.h>
#include <debug.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/mm/iob.h>
#include <nuttx/net/net.h>