summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bootp.c
diff options
context:
space:
mode:
authorSebastien Bourdeauducq <sebastien@milkymist.org>2012-05-22 12:06:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-06-06 13:30:14 +0200
commit6c18c97be0967c3c5cd1eb3ee4e964f6ca0dfd9d (patch)
tree6f9984f93b45b12779818f4f46d110863ee030c1 /cpukit/libnetworking/rtems/rtems_bootp.c
parentpowerpc/mpc55xx: BSP variant changes for MPC5643L (diff)
downloadrtems-6c18c97be0967c3c5cd1eb3ee4e964f6ca0dfd9d.tar.bz2
network/bootp: PR2031: Add and use header file
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
*/