commit | 11bd6f7296bed1419685c9ea3fe023bf282b1fc1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:33:02 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:35:39 2021 +0200 |
tree | 11d16fae689d5e9861a0226e5d94139d1fc1ce77 | |
parent | d1dd2500f2b6a63cc0fbd39122d642ecacff8c77 [diff] |
BUILD: thread: include log.h from thread.c It's needed for ha_alert(). Probably that a separate file for error reporting at boot would be useful.
diff --git a/src/thread.c b/src/thread.c index fd9e6b6..bc655bd 100644 --- a/src/thread.c +++ b/src/thread.c
@@ -26,6 +26,7 @@ #include <haproxy/cfgparse.h> #include <haproxy/fd.h> #include <haproxy/global.h> +#include <haproxy/log.h> #include <haproxy/thread.h> #include <haproxy/tools.h>