]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/watchdog.c
util-lib: split out fd-related operations into fd-util.[ch]
[thirdparty/systemd.git] / src / shared / watchdog.c
index 9d39beb3404deee679733c33f1d14ea43da890bc..d58f9873d507f82e1f71f04a84d0084530ae2d6f 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "watchdog.h"
 #include "log.h"
+#include "fd-util.h"
 
 static int watchdog_fd = -1;
 static usec_t watchdog_timeout = USEC_INFINITY;