commit | b00a8e30f1dbc36764cf745eb46aa095991fa7bb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:18:59 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:24:09 2021 +0200 |
tree | 1dea581d035251349f9df2dfa111fce8c57d86b0 | |
parent | ba6300ea6207c9bcf37d712ebeb453fb295c20d8 [diff] |
BUILD: server: include missing proxy.h in server.c It's needed for a number of functions and definitions but was missing.
diff --git a/src/server.c b/src/server.c index fc78889..fa1d9d6 100644 --- a/src/server.c +++ b/src/server.c
@@ -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>