summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/regionprocessqueue.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 15:34:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 15:34:14 +0000
commit2ff7d009a06f77451baebedbc4ea51b57492c4d2 (patch)
tree431bc9d2cdd607f8481934eb82559bb25008656b /cpukit/rtems/src/regionprocessqueue.c
parent2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2ff7d009a06f77451baebedbc4ea51b57492c4d2.tar.bz2
Add HAVE_CONFIG_H magic.
Diffstat (limited to 'cpukit/rtems/src/regionprocessqueue.c')
-rw-r--r--cpukit/rtems/src/regionprocessqueue.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/rtems/src/regionprocessqueue.c b/cpukit/rtems/src/regionprocessqueue.c
index 6fdb216989..bd138fc686 100644
--- a/cpukit/rtems/src/regionprocessqueue.c
+++ b/cpukit/rtems/src/regionprocessqueue.c
@@ -12,6 +12,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/support.h>