mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-23 10:53:04 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue