summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev-register.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-30 20:46:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-30 20:46:29 +0000
commit563ced5a52a1260c2165435a103c204c39a658f0 (patch)
tree1690f3ad402aa77528c4cefe28e399d87ed06fb6 /nuttx/net/netdev-register.c
parent31e64b14e31c58b25a8ebe6eb2672ac4d1847c1b (diff)
downloadpx4-nuttx-563ced5a52a1260c2165435a103c204c39a658f0.tar.gz
px4-nuttx-563ced5a52a1260c2165435a103c204c39a658f0.tar.bz2
px4-nuttx-563ced5a52a1260c2165435a103c204c39a658f0.zip
Add examples/dhcpd
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@413 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/netdev-register.c')
-rw-r--r--nuttx/net/netdev-register.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/net/netdev-register.c b/nuttx/net/netdev-register.c
index 03a978880..b1ab57a44 100644
--- a/nuttx/net/netdev-register.c
+++ b/nuttx/net/netdev-register.c
@@ -49,6 +49,7 @@
#include <errno.h>
#include <debug.h>
+#include <net/if.h>
#include <net/uip/uip-arch.h>
#include "net-internal.h"