BUILD: tcp_sample: include missing errors.h and session-t.h

Both are used without being defined as they were inherited from other
files.
This commit is contained in:
Willy Tarreau 2021-10-06 19:01:21 +02:00
parent 0d1dd0e894
commit 6cd007d078

View File

@ -33,11 +33,13 @@
#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>