lib/timeutil: add missing header required for s64_t
sys/timeutil.h could not be used without including first <zephyr/types.h> because s64_t type definition was missing. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
208f15e521
commit
6d003af827
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <time.h>
|
||||
|
||||
#include <zephyr/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue