summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-05-16 14:31:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-05-16 14:31:49 +0000
commit7d2e930f88220b1495b695c77fa7c1448e577815 (patch)
tree960ca9f6724d59e5ca862bd50bd17ad2c0a7c6d0 /cpukit
parent2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7d2e930f88220b1495b695c77fa7c1448e577815.tar.bz2
2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_bsdnet_internal.h: Move #include <rtems.h> out of C++-guard.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 8a84a9dc8a..c166f166b9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/rtems/rtems_bsdnet_internal.h: Move
+ #include <rtems.h> out of C++-guard.
+
+2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/Makefile.am: Reformat.
* rtems/Makefile.am: Reformat.
* Makefile.am: Reformat.
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index 4f4ff618eb..c8bdfd4b44 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -12,12 +12,12 @@
#ifndef _RTEMS_RTEMS_BSDNET_INTERNAL_H
#define _RTEMS_RTEMS_BSDNET_INTERNAL_H
+#include <rtems.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <rtems.h>
-
typedef unsigned int vm_offset_t;
typedef long long vm_ooffset_t;
typedef unsigned int vm_pindex_t;