From 7d2e930f88220b1495b695c77fa7c1448e577815 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 16 May 2011 14:31:49 +0000 Subject: =?UTF-8?q?2011-05-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/rtems/rtems_bsdnet_internal.h: Move #include out of C++-guard. --- cpukit/ChangeLog | 5 +++++ cpukit/libnetworking/rtems/rtems_bsdnet_internal.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 8a84a9dc8a..c166f166b9 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2011-05-16 Ralf Corsépius + + * libnetworking/rtems/rtems_bsdnet_internal.h: Move + #include out of C++-guard. + 2011-05-16 Ralf Corsépius * libcsupport/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 + #ifdef __cplusplus extern "C" { #endif -#include - typedef unsigned int vm_offset_t; typedef long long vm_ooffset_t; typedef unsigned int vm_pindex_t; -- cgit v1.2.3