summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/processormaskcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/processormaskcopy.c')
-rw-r--r--cpukit/score/src/processormaskcopy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/processormaskcopy.c b/cpukit/score/src/processormaskcopy.c
index 8697edfa5c..3f1c2cf250 100644
--- a/cpukit/score/src/processormaskcopy.c
+++ b/cpukit/score/src/processormaskcopy.c
@@ -11,7 +11,7 @@
*/
/*
- * Copyright (c) 2017 embedded brains GmbH. All rights reserved.
+ * Copyright (c) 2017 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -39,7 +39,7 @@
#include "config.h"
#endif
-#include <rtems/score/processormask.h>
+#include <rtems/score/processormaskimpl.h>
const Processor_mask _Processor_mask_The_one_and_only = { .__bits[ 0 ] = 1 };