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
committerGedare Bloom <gedare@rtems.org>2018-01-11 12:13:21 -0500
commita078d6f0ab707dd43aac94b029ebf23ab5e92f6a (patch)
tree374fa929e2cabcf4569e51dfb871a72c87fe9902 /cpukit/libnetworking/rtems/rtems_bootp.c
parentdosfs: Fix for no space left on device condition (diff)
downloadrtems-a078d6f0ab707dd43aac94b029ebf23ab5e92f6a.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 caf2faa6e2..6a644a414d 100644
--- a/cpukit/libnetworking/rtems/rtems_bootp.c
+++ b/cpukit/libnetworking/rtems/rtems_bootp.c
@@ -12,6 +12,8 @@
#include <rtems/rtems_bsdnet.h>
#include <rtems/rtems_bsdnet_internal.h>
+#include "rtems/bootp.h"
+
/*
* Perform a BOOTP request
*/