]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: hlua: needs to include stream-t.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 07:12:44 +0000 (09:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
It uses the SF_ERR_* error codes and currently gets them via
intermediary includes.

src/hlua_fcn.c

index f7120f23faa01ae9fd6385829055b3aa662f6936..56923f0313a3e1bbf36010586dea5d17d8862a84 100644 (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>