]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: hlua: include proxy.h from hlua.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:28:07 +0000 (20:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:35:39 +0000 (20:35 +0200)
Many proxy functions are called there but the include was missing and
inherited via cfgparse.h.

src/hlua.c

index 328423b3fc7b13f705e1e117226b615a1c86f762..0c0895e536d7fe30f90bdbdabfa95b33f558bafe 100644 (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>