[rtems commit] score: Include missing header file

Sebastian Huber sebh at rtems.org
Fri Sep 22 12:24:50 UTC 2017


Module:    rtems
Branch:    master
Commit:    560acb62ef225c9d88f79542d68beadb59a46ac3
Changeset: http://git.rtems.org/rtems/commit/?id=560acb62ef225c9d88f79542d68beadb59a46ac3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 22 11:18:50 2017 +0200

score: Include missing header file

Update #3059.

---

 cpukit/score/include/rtems/score/processormask.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/score/include/rtems/score/processormask.h b/cpukit/score/include/rtems/score/processormask.h
index fd256d2..a06aa2a 100644
--- a/cpukit/score/include/rtems/score/processormask.h
+++ b/cpukit/score/include/rtems/score/processormask.h
@@ -27,6 +27,8 @@
 
 #include <sys/cpuset.h>
 
+#include <strings.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */



More information about the vc mailing list