]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-sizeof.c
test/test-sizeof: Include sys/timex.h for struct timex
[thirdparty/systemd.git] / src / test / test-sizeof.c
index 18378b0450083dee6ab1597459640efd0daeeab8..ea0c58770ec25ac7fa350486ce14fc3e09b3e8ec 100644 (file)
@@ -5,6 +5,7 @@
 #include <string.h>
 #include <sys/resource.h>
 #include <sys/socket.h>
+#include <sys/timex.h>
 #include <sys/types.h>
 
 #define __STDC_WANT_IEC_60559_TYPES_EXT__