]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: tcp_sample: include missing errors.h and session-t.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 17:01:21 +0000 (19:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
Both are used without being defined as they were inherited from other
files.

src/tcp_sample.c

index 8242fa4ab66172f69d39bc7d7723661f4a6f2c20..0ea7d79faa373abb37fde049e5a138a2e719a177 100644 (file)
 #include <haproxy/api.h>
 #include <haproxy/arg.h>
 #include <haproxy/connection.h>
+#include <haproxy/errors.h>
 #include <haproxy/global.h>
 #include <haproxy/listener-t.h>
 #include <haproxy/namespace.h>
 #include <haproxy/proxy-t.h>
 #include <haproxy/sample.h>
+#include <haproxy/session-t.h>
 #include <haproxy/tools.h>