diff options
Diffstat (limited to 'src/systemctl/sysv-compat.h')
-rw-r--r-- | src/systemctl/sysv-compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemctl/sysv-compat.h b/src/systemctl/sysv-compat.h index 73329ec42a..e79919217c 100644 --- a/src/systemctl/sysv-compat.h +++ b/src/systemctl/sysv-compat.h @@ -3,7 +3,10 @@ #include "time-util.h" +#if HAVE_SYSV_COMPAT int talk_initctl(char runlevel); +#endif + int parse_shutdown_time_spec(const char *t, usec_t *ret); /* The init script exit codes for the LSB 'status' verb. (This is different from the 'start' verb, whose exit |