mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
struct timex is defined by sys/timex.h -> bits/timex.h.
Glibc includes the header in time.h, but let's explicitly include it
when the struct is used.
Similar to 4f18ff2e29, but for sys/timex.h.