summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_rr_get_interval.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_rr_get_interval.c')
-rw-r--r--cpukit/posix/src/sched_rr_get_interval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/sched_rr_get_interval.c b/cpukit/posix/src/sched_rr_get_interval.c
index 1cb78eaf74..97186a3f74 100644
--- a/cpukit/posix/src/sched_rr_get_interval.c
+++ b/cpukit/posix/src/sched_rr_get_interval.c
@@ -16,7 +16,7 @@
* http://www.rtems.org/license/LICENSE.
*/
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif