mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-21 18:10:47 -04:00
BUILD: auth: include missing list.h
list_for_each_entry() requires list.h but used to inherit it by accident through global.h and mworker-t.h. Let's explicitly add it.
This commit is contained in:
parent
7f673c2cde
commit
e8ceea1345
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include <haproxy/auth-t.h>
|
||||
#include <haproxy/errors.h>
|
||||
#include <haproxy/global.h>
|
||||
#include <haproxy/list.h>
|
||||
#include <haproxy/pattern-t.h>
|
||||
#include <haproxy/sample-t.h>
|
||||
#include <haproxy/thread.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue