]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD/MINOR: opentracing: fixed compilation with filter enabled
authorMiroslav Zagorac <mzagorac@haproxy.com>
Tue, 11 May 2021 17:21:54 +0000 (19:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 May 2021 07:45:16 +0000 (09:45 +0200)
The inclusion of header files proxy.h and tools.h was added to the
addons/ot/include/include.h file.  Without this HAProxy cannot be
compiled if the OpenTracing filter is to be used.

addons/ot/include/include.h

index 3c0d1109455f1c31ffaef8aefaa187313de04445..f185a53b213ff61d19ba710289952eab4efef22f 100644 (file)
 #include <haproxy/http_htx.h>
 #include <haproxy/http_rules.h>
 #include <haproxy/log.h>
+#include <haproxy/proxy.h>
 #include <haproxy/sample.h>
 #include <haproxy/tcp_rules.h>
+#include <haproxy/tools.h>
 #include <haproxy/vars.h>
 
 #include "config.h"