test/test-sizeof: Include sys/timex.h for struct timex
authorKhem Raj <raj.khem@gmail.com>
Wed, 2 Aug 2023 19:14:56 +0000 (12:14 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 2 Aug 2023 21:45:27 +0000 (14:45 -0700)
commite6456caf7676329abe861e9381f1957794baeabc
tree51ced9f8f2febb28401f8ab02da1482e56d8d73b
parent0b056cbc2d96efdc8509b172597f5e8906ef586a
test/test-sizeof: Include sys/timex.h for struct timex

Fixes

../git/src/test/test-sizeof.c:64:41: error: incomplete definition of type 'struct timex'
   64 |         check(typeof(((struct timex *)0)->freq), SIZEOF_TIMEX_MEMBER);
      |                      ~~~~~~~~~~~~~~~~~~~^
src/test/test-sizeof.c