summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
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/libnetworking
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/libnetworking')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h4
1 files changed, 2 insertions, 2 deletions
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;