summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix/shm.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 09:00:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:42 +0100
commita6e7d5e492fd5e4c361d4d9aa13eb0eb951b386a (patch)
treed81496a061d3bd558edcfca047c0babbe13213f3 /cpukit/include/rtems/posix/shm.h
parentrtems: Avoid include of <rtems/score/scheduler.h> (diff)
downloadrtems-a6e7d5e492fd5e4c361d4d9aa13eb0eb951b386a.tar.bz2
score: Move internal structures to objectdata.h
Update #3598.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/posix/shm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/posix/shm.h b/cpukit/include/rtems/posix/shm.h
index 310af6692b..ae0416e1fe 100644
--- a/cpukit/include/rtems/posix/shm.h
+++ b/cpukit/include/rtems/posix/shm.h
@@ -15,7 +15,7 @@
#ifndef _RTEMS_POSIX_SHM_H
#define _RTEMS_POSIX_SHM_H
-#include <rtems/score/object.h>
+#include <rtems/score/objectdata.h>
#include <rtems/score/threadq.h>
#include <sys/types.h>