summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs/face.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/confdefs/face.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/include/rtems/confdefs/face.h b/cpukit/include/rtems/confdefs/face.h
index 25f321108c..317d821623 100644
--- a/cpukit/include/rtems/confdefs/face.h
+++ b/cpukit/include/rtems/confdefs/face.h
@@ -51,9 +51,10 @@
#ifdef CONFIGURE_INIT
-#include <rtems/posix/timer.h>
-
#ifdef CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR
+
+ #include <rtems/posix/timer.h>
+
int _POSIX_Timer_Is_allowed(
clockid_t clock_id
)