mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 23:02:34 -04:00
BUILD: fd: include log.h from fd.c
It's needed for ha_alert() and the header was missing.
This commit is contained in:
parent
202f93d885
commit
c28aab05d8
1 changed files with 1 additions and 0 deletions
1
src/fd.c
1
src/fd.c
|
|
@ -91,6 +91,7 @@
|
|||
#include <haproxy/cfgparse.h>
|
||||
#include <haproxy/fd.h>
|
||||
#include <haproxy/global.h>
|
||||
#include <haproxy/log.h>
|
||||
#include <haproxy/port_range.h>
|
||||
#include <haproxy/tools.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue