summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems.h')
-rw-r--r--cpukit/include/rtems.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/include/rtems.h b/cpukit/include/rtems.h
index 29716e9eaf..e5fb8a212e 100644
--- a/cpukit/include/rtems.h
+++ b/cpukit/include/rtems.h
@@ -9,7 +9,7 @@
*/
/*
- * Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2020 embedded brains GmbH & Co. KG
* Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
*
* Redistribution and use in source and binary forms, with or without
@@ -73,6 +73,7 @@
#include <rtems/rtems/part.h>
#include <rtems/rtems/ratemon.h>
#include <rtems/rtems/region.h>
+#include <rtems/rtems/scheduler.h>
#include <rtems/rtems/sem.h>
#include <rtems/rtems/signal.h>
#include <rtems/rtems/status.h>
@@ -96,7 +97,7 @@ extern "C" {
*
* @ingroup RTEMSAPI
*
- * @brief This group contains the Classic API groups.
+ * @brief This group contains the Classic API managers.
*/
#ifdef __cplusplus