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 yamllint: fix all yamllint hyphens errors 2023-01-04 01:16:45 +09:00
gettimeofday samples: posix: gettimeofday: include time.h 2023-01-11 09:41:29 +01:00
posix.rst samples: posix: gettimeofday: Demo gettimeofday() returning correct time 2019-10-28 13:04:35 +02:00