Add HAVE_CONFIG_H magic.

This commit is contained in:
Ralf Corsepius
2007-05-08 15:34:14 +00:00
parent ff485b1188
commit 2ff7d009a0
3 changed files with 11 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h> #include <rtems/system.h>
#include <rtems/rtems/status.h> #include <rtems/rtems/status.h>
#include <rtems/rtems/support.h> #include <rtems/rtems/support.h>

View File

@@ -11,6 +11,9 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h> #include <rtems/system.h>
#include <rtems/score/sysstate.h> #include <rtems/score/sysstate.h>

View File

@@ -12,6 +12,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h> #include <rtems/system.h>
#include <rtems/score/chain.h> #include <rtems/score/chain.h>
#include <rtems/score/isr.h> #include <rtems/score/isr.h>