zephyr/samples/posix
Christopher Friedt 85b44f0ed7 samples: posix: gettimeofday: include time.h
Due to some previous time-related header issues, we included
`<sys/time.h>` without including `<time.h>`. The latter is
necessary for `time()` (specified by both ISO C and POSIX).

Fixes #53673

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-01-11 09:41:29 +01:00
..
eventfd
gettimeofday samples: posix: gettimeofday: include time.h 2023-01-11 09:41:29 +01:00
posix.rst