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 328423b..0c0895e 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>