summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;