From: Willy Tarreau Date: Sat, 8 May 2021 18:33:02 +0000 (+0200) Subject: BUILD: thread: include log.h from thread.c X-Git-Tag: v2.4-dev19~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11bd6f7296bed1419685c9ea3fe023bf282b1fc1;p=thirdparty%2Fhaproxy.git 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 fd9e6b632e..bc655bd501 100644 --- a/src/thread.c +++ b/src/thread.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include