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.
This commit is contained in:
Willy Tarreau 2021-05-08 20:33:02 +02:00
parent d1dd2500f2
commit 11bd6f7296
1 changed files with 1 additions and 0 deletions

View File

@ -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>