summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/rfs/rtems-rfs-group.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/libfs/src/rfs/rtems-rfs-group.c
parent562815cf0bae82467311becd5cf670ba35cd94b8 (diff)
Include missing <string.h>
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-group.c')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-group.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-group.c b/cpukit/libfs/src/rfs/rtems-rfs-group.c
index 1722c76cfc..b08e785114 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-group.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-group.c
@@ -22,6 +22,7 @@
#endif
#include <inttypes.h>
+#include <string.h>
#include <rtems/rfs/rtems-rfs-file-system.h>
#include <rtems/rfs/rtems-rfs-group.h>