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