summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libblock/src/ramdisk.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 /c/src/exec/libblock/src/ramdisk.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 '')
-rw-r--r--c/src/exec/libblock/src/ramdisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/libblock/src/ramdisk.c b/c/src/exec/libblock/src/ramdisk.c
index 08f42846e0..7be2eabcc8 100644
--- a/c/src/exec/libblock/src/ramdisk.c
+++ b/c/src/exec/libblock/src/ramdisk.c
@@ -11,6 +11,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include "rtems/blkdev.h"
#include "rtems/diskdevs.h"