]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 fc78889dc2bfbc0067923ee1c424d0498255d35b..fa1d9d6c6e8e873e1316a535bf5aa876fb285bf1 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>