windows has a timespec_get function, and if we don't check that then it will try to fall back to using clock_gettime, which windows doesn't have.
Fixes: 68a785e6 ("Fall back on clock_gettime when timespec_get() is unavailable")
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
windows has a timespec_get function, and if we don't check that then it will try to fall back to using clock_gettime, which windows doesn't have.
Fixes: 68a785e6 ("Fall back on clock_gettime when timespec_get() is unavailable")