BUILD: hlua: needs to include stream-t.h

It uses the SF_ERR_* error codes and currently gets them via
intermediary includes.
This commit is contained in:
Willy Tarreau 2021-10-06 09:12:44 +02:00
parent 397ad4135a
commit 27539409fd

View File

@ -32,6 +32,7 @@
#include <haproxy/server.h>
#include <haproxy/stats.h>
#include <haproxy/stick_table.h>
#include <haproxy/stream-t.h>
#include <haproxy/time.h>
#include <haproxy/tools.h>