mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
BUILD: hlua: include proxy.h from hlua.c
Many proxy functions are called there but the include was missing and inherited via cfgparse.h.
This commit is contained in:
parent
32840b77a5
commit
3d6ee407e7
@ -45,7 +45,7 @@
|
||||
#include <haproxy/obj_type.h>
|
||||
#include <haproxy/pattern.h>
|
||||
#include <haproxy/payload.h>
|
||||
#include <haproxy/proxy-t.h>
|
||||
#include <haproxy/proxy.h>
|
||||
#include <haproxy/regex.h>
|
||||
#include <haproxy/sample.h>
|
||||
#include <haproxy/server.h>
|
||||
|
Loading…
Reference in New Issue
Block a user