summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/sup_fs_eval_path.c
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 /cpukit/libcsupport/src/sup_fs_eval_path.c
parentrtems: Create dpmem implementation header (diff)
downloadrtems-7660e8b34778285a7d32e0265fd7697c213179a7.tar.bz2
Include missing <string.h>
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/sup_fs_eval_path.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/sup_fs_eval_path.c b/cpukit/libcsupport/src/sup_fs_eval_path.c
index ca31e5eb69..a6eabe8065 100644
--- a/cpukit/libcsupport/src/sup_fs_eval_path.c
+++ b/cpukit/libcsupport/src/sup_fs_eval_path.c
@@ -25,6 +25,8 @@
#include <rtems/libio_.h>
+#include <string.h>
+
static size_t get_parentpathlen(const char *path, size_t pathlen)
{
while (pathlen > 0) {