diff options
Diffstat (limited to 'src/shared/clock-util.h')
-rw-r--r-- | src/shared/clock-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/clock-util.h b/src/shared/clock-util.h index 7ed371a958..198a7b2753 100644 --- a/src/shared/clock-util.h +++ b/src/shared/clock-util.h @@ -21,6 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include "util.h" + int clock_is_localtime(void); int clock_set_timezone(int *min); int clock_reset_timewarp(void); |