mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04:00
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:
parent
397ad4135a
commit
27539409fd
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue