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:
Willy Tarreau 2021-05-08 20:28:07 +02:00
parent 32840b77a5
commit 3d6ee407e7
1 changed files with 1 additions and 1 deletions

View File

@ -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>