summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 15:30:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 15:30:53 +0000
commit69d5809acc7a2683cff15368aec0a36643e8ca35 (patch)
treefa25f85430d07ab6054b188066311d0d6d0daef6 /cpukit/libblock
parent2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-69d5809acc7a2683cff15368aec0a36643e8ca35.tar.bz2
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/show_bdbuf.c: Add HAVE_CONFIG_H magic.
Diffstat (limited to 'cpukit/libblock')
-rw-r--r--cpukit/libblock/src/show_bdbuf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libblock/src/show_bdbuf.c b/cpukit/libblock/src/show_bdbuf.c
index 99dcd76fdd..cc1d7826d8 100644
--- a/cpukit/libblock/src/show_bdbuf.c
+++ b/cpukit/libblock/src/show_bdbuf.c
@@ -33,6 +33,11 @@
| 26.09.06 creation doe |
|*****************************************************************|
\*===============================================================*/
+
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
#include <rtems/monitor.h>
#include <rtems/bdbuf.h>