drivers: timer: nrf_rtc_timer: Add missing include

k_timeout_t is used in the header but sys_clock.h was not included.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2021-11-09 15:47:29 +01:00 committed by Carles Cufí
commit da1bfd6ffa

View file

@ -7,6 +7,8 @@
#ifndef ZEPHYR_INCLUDE_DRIVERS_TIMER_NRF_RTC_TIMER_H
#define ZEPHYR_INCLUDE_DRIVERS_TIMER_NRF_RTC_TIMER_H
#include <sys_clock.h>
#ifdef __cplusplus
extern "C" {
#endif