projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32840b7
)
BUILD: hlua: include proxy.h from hlua.c
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:28:07 +0000
(20:28 +0200)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/src/hlua.c
b/src/hlua.c
index
328423b
..
0c0895e
100644
(file)
--- a/
src/hlua.c
+++ b/
src/hlua.c
@@
-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>