From 11bd6f7296bed1419685c9ea3fe023bf282b1fc1 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 20:33:02 +0200 Subject: [PATCH] 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. --- src/thread.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include #include -- 1.7.10.4