commit | 7f673c2cde562288d6acc22312f7bea1f263a191 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 12:27:42 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 12:29:01 2021 +0200 |
tree | 78dc0e55352247fbba4936322eb26fe25a1cbfbe | |
parent | 29c460bc075441bade41c21eae3aa49b264d20a4 [diff] |
BUILD: wdt: include signal-t.h WDT_SIG is used there, thus signal-t.h is required. Currently it's retrieved by accident through global.h.
diff --git a/src/wdt.c b/src/wdt.c index 18836ff..3c0b3d1 100644 --- a/src/wdt.c +++ b/src/wdt.c
@@ -16,6 +16,7 @@ #include <haproxy/debug.h> #include <haproxy/errors.h> #include <haproxy/global.h> +#include <haproxy/signal-t.h> #include <haproxy/thread.h> #include <haproxy/tools.h>