From: Willy Tarreau Date: Wed, 6 Oct 2021 17:01:21 +0000 (+0200) Subject: BUILD: tcp_sample: include missing errors.h and session-t.h X-Git-Tag: v2.5-dev9~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd007d078d0d9bbd5512edda2b88ee218ab003d;p=thirdparty%2Fhaproxy.git BUILD: tcp_sample: include missing errors.h and session-t.h Both are used without being defined as they were inherited from other files. --- diff --git a/src/tcp_sample.c b/src/tcp_sample.c index 8242fa4ab6..0ea7d79faa 100644 --- a/src/tcp_sample.c +++ b/src/tcp_sample.c @@ -33,11 +33,13 @@ #include #include #include +#include #include #include #include #include #include +#include #include