mirror of
https://github.com/systemd/systemd.git
synced 2026-07-12 10:34:12 +00: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.