mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-22 18:33:28 -04:00
BUILD: server: include missing proxy.h in server.c
It's needed for a number of functions and definitions but was missing.
This commit is contained in:
parent
ba6300ea62
commit
b00a8e30f1
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include <haproxy/namespace.h>
|
||||
#include <haproxy/port_range.h>
|
||||
#include <haproxy/protocol.h>
|
||||
#include <haproxy/proxy.h>
|
||||
#include <haproxy/queue.h>
|
||||
#include <haproxy/resolvers.h>
|
||||
#include <haproxy/sample.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue