summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/shmheap.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-25 10:58:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-08-25 10:58:58 +0200
commitb2ed712d26ecdf9930e9725ebc6020eb995f2a20 (patch)
treed6931fd08059248b45f7f668725ffef13f707f24 /cpukit/posix/src/shmheap.c
parentsamples/fileio: Give command availability hint (diff)
downloadrtems-b2ed712d26ecdf9930e9725ebc6020eb995f2a20.tar.bz2
Include missing <string.h>
Update #2133.
Diffstat (limited to 'cpukit/posix/src/shmheap.c')
-rw-r--r--cpukit/posix/src/shmheap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/src/shmheap.c b/cpukit/posix/src/shmheap.c
index b36fc28b4b..6e8e53d568 100644
--- a/cpukit/posix/src/shmheap.c
+++ b/cpukit/posix/src/shmheap.c
@@ -16,6 +16,7 @@
#include <errno.h>
#include <stdlib.h>
+#include <string.h>
#include <rtems/posix/shmimpl.h>
int _POSIX_Shm_Object_create_from_heap(