projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c460b
)
BUILD: wdt: include signal-t.h
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 10:27:42 +0000
(12:27 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 10:29:01 +0000
(12:29 +0200)
WDT_SIG is used there, thus signal-t.h is required. Currently it's
retrieved by accident through global.h.
src/wdt.c
patch
|
blob
|
history
diff --git
a/src/wdt.c
b/src/wdt.c
index
18836ff
..
3c0b3d1
100644
(file)
--- 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>