summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/ide_part_table.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-20 12:14:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-20 12:14:50 +0000
commit006fa1ef77b4cdbbffc038bf4759eb96791d8d7c (patch)
tree89bfa3867cce6b11e0fc3272feb28299ed5d8534 /cpukit/libblock/src/ide_part_table.c
parent2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-006fa1ef77b4cdbbffc038bf4759eb96791d8d7c.tar.bz2
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: AM_CPPFLAGS += -I$(top_builddir). Use AM_CPPFLAGS instead of AM_CFLAGS. * src/ata.c: Include config.h. * src/bdbuf.c: Ditto. * src/blkdev.c: Ditto. * src/diskdevs.c: Ditto. * src/ide_part_table.c: Ditto. * src/ramdisk.c: Ditto.
Diffstat (limited to 'cpukit/libblock/src/ide_part_table.c')
-rw-r--r--cpukit/libblock/src/ide_part_table.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/libblock/src/ide_part_table.c b/cpukit/libblock/src/ide_part_table.c
index 7762eb70c6..2a9d98c6a4 100644
--- a/cpukit/libblock/src/ide_part_table.c
+++ b/cpukit/libblock/src/ide_part_table.c
@@ -18,9 +18,14 @@
*
*****************************************************************************/
-#include <rtems/ide_part_table.h>
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <string.h>
+#include <rtems/ide_part_table.h>
+
/*
* get_sector --
* gets sector from the disk