summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/blkdev.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:29:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:29:02 +0000
commit228587bbf432e3c3a66a3656ea159c01db9e81e5 (patch)
tree9f7250fb0af753e911c2283770958da8c704c2b0 /cpukit/libblock/src/blkdev.c
parent2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-228587bbf432e3c3a66a3656ea159c01db9e81e5.tar.bz2
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/ramdisk.c: include <string.h>. * src/blkdev.c: include <string.h>.
Diffstat (limited to 'cpukit/libblock/src/blkdev.c')
-rw-r--r--cpukit/libblock/src/blkdev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libblock/src/blkdev.c b/cpukit/libblock/src/blkdev.c
index 1004ec4de3..d769dc45ca 100644
--- a/cpukit/libblock/src/blkdev.c
+++ b/cpukit/libblock/src/blkdev.c
@@ -7,6 +7,8 @@
* @(#) $Id$
*/
+#include <string.h>
+
#include <rtems.h>
#include <rtems/libio.h>
#include <sys/ioctl.h>