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/http_htx.c b/src/http_htx.c index af4dd5c..8524d8a 100644 --- a/src/http_htx.c +++ b/src/http_htx.c
@@ -24,7 +24,7 @@ #include <haproxy/http_htx.h> #include <haproxy/htx.h> -#include <proto/arg.h> +#include <haproxy/arg.h> #include <proto/http_fetch.h> #include <proto/sample.h>