summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-06 16:38:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-06 16:38:16 +0000
commit5fd366e01da3a557affd706fe7acf71835f56891 (patch)
treef863949e60402cfba51784a6191883d90fa31a83 /c
parent2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5fd366e01da3a557affd706fe7acf71835f56891.tar.bz2
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* bspinit.c: Fix warning by adding include file.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/shared/bspinit.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index bae8f1ff1c..7ce537c6b1 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * bspinit.c: Fix warning by adding include file.
+
2009-05-06 Michael Walle <michael@walle.cc>
PR 1409/bsps
diff --git a/c/src/lib/libbsp/shared/bspinit.c b/c/src/lib/libbsp/shared/bspinit.c
index 1c9f6a4b6b..9e4d4afdd4 100644
--- a/c/src/lib/libbsp/shared/bspinit.c
+++ b/c/src/lib/libbsp/shared/bspinit.c
@@ -14,6 +14,9 @@
#include <bsp.h>
#include <bsp/bootcard.h>
+#ifdef RTEMS_NETWORKING
+ #include <rtems/rtems_bsdnet.h>
+#endif
/*
* This routine calls main from a confdefs.h default Init task