rtems-bsd-cxx.cc: Fix include order

This commit is contained in:
Sebastian Huber 2015-02-13 12:00:17 +01:00
parent f59a2da89c
commit 19adb93558

View File

@ -32,6 +32,12 @@
#define __STDC_LIMIT_MACROS
#define __STDC_CONSTANT_MACROS
/*
* Include this outside the extern "C", since we may include <atomic> via
* <rtems.h> which uses templates.
*/
#include <rtems.h>
extern "C" {
#include <machine/rtems-bsd-kernel-space.h>