X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fclock-util.h;h=198a7b275309985efcb2d95db3383c7d7f760782;hb=c1ff5570f4a04bb9aedea444c12dce81679224ec;hp=7ed371a958cecef3e58f6beb0b1c2807f3ca98f7;hpb=76f282c636f33b41bdbc93a5b2945945ee0029bf;p=elogind.git diff --git a/src/shared/clock-util.h b/src/shared/clock-util.h index 7ed371a95..198a7b275 100644 --- a/src/shared/clock-util.h +++ b/src/shared/clock-util.h @@ -21,6 +21,8 @@ along with systemd; If not, see . ***/ +#include "util.h" + int clock_is_localtime(void); int clock_set_timezone(int *min); int clock_reset_timewarp(void);