summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bootp.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-06-06 14:06:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-06-06 14:06:48 +0200
commit87194f93b1b79346da5b074ee66be40ef962139a (patch)
tree09277304c432025ec48edd0b95923a9e3a5b7130 /cpukit/libnetworking/rtems/rtems_bootp.c
parentMerge branch 'upstream' (diff)
parentlibrpc: PR2066: Fix for short enums (diff)
downloadrtems-87194f93b1b79346da5b074ee66be40ef962139a.tar.bz2
Merge branch 'upstream'
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_bootp.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bootp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bootp.c b/cpukit/libnetworking/rtems/rtems_bootp.c
index 852d900a04..2743dc0a05 100644
--- a/cpukit/libnetworking/rtems/rtems_bootp.c
+++ b/cpukit/libnetworking/rtems/rtems_bootp.c
@@ -8,6 +8,8 @@
#include <rtems/rtems_bsdnet.h>
#include <rtems/rtems_bsdnet_internal.h>
+#include "rtems/bootp.h"
+
/*
* Perform a BOOTP request
*/