BUILD: server: include missing proxy.h in server.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:18:59 +0000 (20:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000 (20:24 +0200)
It's needed for a number of functions and definitions but was missing.

src/server.c

index fc78889..fa1d9d6 100644 (file)
@@ -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>