summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/partimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-07 09:30:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-07 09:36:47 +0100
commit956d76ccaf68f10c8aabcdd72ab85e8ffd7f2176 (patch)
tree9f1ec1809448cdad253b45b47cdf663bf6cb207a /cpukit/include/rtems/rtems/partimpl.h
parentdrvmgr: Improve LP64 compatibility (diff)
downloadrtems-956d76ccaf68f10c8aabcdd72ab85e8ffd7f2176.tar.bz2
score: Remove superfluous include from chainimpl.h
Diffstat (limited to 'cpukit/include/rtems/rtems/partimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/partimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/include/rtems/rtems/partimpl.h b/cpukit/include/rtems/rtems/partimpl.h
index 0160d4add6..28b8b507e7 100644
--- a/cpukit/include/rtems/rtems/partimpl.h
+++ b/cpukit/include/rtems/rtems/partimpl.h
@@ -18,6 +18,7 @@
#define _RTEMS_RTEMS_PARTIMPL_H
#include <rtems/rtems/partdata.h>
+#include <rtems/score/address.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/objectimpl.h>