summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block08
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 13:32:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:54 +0200
commit7660e8b34778285a7d32e0265fd7697c213179a7 (patch)
treeee439cb8ce567ca36ddff28d11ab6b9206edb7e5 /testsuites/libtests/block08
parentrtems: Create dpmem implementation header (diff)
downloadrtems-7660e8b34778285a7d32e0265fd7697c213179a7.tar.bz2
Include missing <string.h>
Diffstat (limited to 'testsuites/libtests/block08')
-rw-r--r--testsuites/libtests/block08/bdbuf_tests.c1
-rw-r--r--testsuites/libtests/block08/bdbuf_tests.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/block08/bdbuf_tests.c b/testsuites/libtests/block08/bdbuf_tests.c
index e764d9b57d..938ef9f482 100644
--- a/testsuites/libtests/block08/bdbuf_tests.c
+++ b/testsuites/libtests/block08/bdbuf_tests.c
@@ -14,6 +14,7 @@
#endif
#include <stdio.h>
+#include <string.h>
#include <errno.h>
#include <rtems.h>
diff --git a/testsuites/libtests/block08/bdbuf_tests.h b/testsuites/libtests/block08/bdbuf_tests.h
index 21ee2a3fe3..1f66595754 100644
--- a/testsuites/libtests/block08/bdbuf_tests.h
+++ b/testsuites/libtests/block08/bdbuf_tests.h
@@ -13,6 +13,7 @@
#define BDBUF_TESTS_H
#include <stdio.h>
+#include <string.h>
#include <errno.h>
#include <rtems/diskdevs.h>
#include <rtems/bdbuf.h>