diff options
author | Daniel Mack <github@zonque.org> | 2015-11-03 17:53:15 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-03 17:53:15 +0100 |
commit | 5604b971cf16bd936570d7496c01ce0bd8348632 (patch) | |
tree | cf4124bf2346ec37f07c07965ff2a5989f5f031e /src/timesync/timesyncd-conf.c | |
parent | 5703176d6e9680c32caac1de2d6bdb84cdc72c96 (diff) | |
parent | 119e9655dc36f18ed74f9a256d5c693b5aeb43ab (diff) |
Merge pull request #1767 from poettering/journald-watchdog
restore journald watchdog
Diffstat (limited to 'src/timesync/timesyncd-conf.c')
-rw-r--r-- | src/timesync/timesyncd-conf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/timesync/timesyncd-conf.c b/src/timesync/timesyncd-conf.c index be651fc636..001a0f4d41 100644 --- a/src/timesync/timesyncd-conf.c +++ b/src/timesync/timesyncd-conf.c @@ -20,11 +20,12 @@ ***/ #include "alloc-util.h" +#include "def.h" +#include "extract-word.h" #include "string-util.h" +#include "timesyncd-conf.h" #include "timesyncd-manager.h" #include "timesyncd-server.h" -#include "timesyncd-conf.h" -#include "extract-word.h" int manager_parse_server_string(Manager *m, ServerType type, const char *string) { ServerName *first; |