13 lines
330 B
Diff
13 lines
330 B
Diff
|
diff --git a/src/watchdog/wd_lifecheck.c b/src/watchdog/wd_lifecheck.c
|
||
|
index 1e72307..5cf68a3 100644
|
||
|
--- a/src/watchdog/wd_lifecheck.c
|
||
|
+++ b/src/watchdog/wd_lifecheck.c
|
||
|
@@ -26,6 +26,7 @@
|
||
|
#include <ctype.h>
|
||
|
#include <time.h>
|
||
|
#include <string.h>
|
||
|
+#include <stdint.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <unistd.h>
|
||
|
#include <netdb.h>
|