config: Include <rtems/posix/timer.h> on demand

Updates #4691.
This commit is contained in:
Sebastian Huber
2022-08-31 13:18:19 +02:00
parent c4472cef3e
commit b3d2e3fefe
+3 -2
View File
@@ -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
)