2011-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/rtems/rtems_bsdnet_internal.h: Move
	#include <rtems.h> out of C++-guard.
This commit is contained in:
Ralf Corsepius
2011-05-16 14:31:49 +00:00
parent fc432589d1
commit 7d2e930f88
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
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.

View File

@@ -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;