summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/getcopyrightnotice.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-24 10:36:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-18 18:55:09 +0200
commit5353ea89d7da223b82460bb67116dbfa0bdad7c4 (patch)
treec5b12ac21852354d806484f534a7e6e34200826f /cpukit/sapi/src/getcopyrightnotice.c
parentscore: Improve Scheduler Handler documentation (diff)
downloadrtems-5353ea89d7da223b82460bb67116dbfa0bdad7c4.tar.bz2
rtems: Move from <rtems.h> to <rtems/config.h>
Move configuration related declarations and definitions to <rtems/config.h>. The goal is to make <rtems.h> an include only header file.
Diffstat (limited to '')
-rw-r--r--cpukit/sapi/src/getcopyrightnotice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/src/getcopyrightnotice.c b/cpukit/sapi/src/getcopyrightnotice.c
index 4e5df66524..cd601254e6 100644
--- a/cpukit/sapi/src/getcopyrightnotice.c
+++ b/cpukit/sapi/src/getcopyrightnotice.c
@@ -39,7 +39,7 @@
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
-#include <rtems.h>
+#include <rtems/config.h>
#include <rtems/score/copyrt.h>
const char *rtems_get_copyright_notice( void )