commit | aa74c4e1b37d7b6dbb53840dbb6a45d1b9aa6fb1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 04 10:19:23 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:57 2020 +0200 |
tree | 2d62fef9736f16cd01512c3874c0fb6e64d62cd6 | |
parent | 122eba92b71052002e31de7c61ad8db0a6758080 [diff] [blame] |
REORG: include: move arg.h to haproxy/arg{,-t}.h Almost no change was needed; chunk.h was replaced with buf-t.h. It dpeends on types/vars.h and types/protocol_buffers.h.
diff --git a/src/frontend.c b/src/frontend.c index 8206709..a71dc09 100644 --- a/src/frontend.c +++ b/src/frontend.c
@@ -30,7 +30,7 @@ #include <types/global.h> #include <proto/acl.h> -#include <proto/arg.h> +#include <haproxy/arg.h> #include <proto/channel.h> #include <haproxy/fd.h> #include <proto/frontend.h>