commit | 8d36697deea8e4c87202a94505b238174334ea40 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 27 16:10:29 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:56 2020 +0200 |
tree | 186c155b3c5be8650a95b3e21089685620d9a433 | |
parent | d678805783da08ea5c7d591d3df95906df776e57 [diff] [blame] |
REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ These ones do not depend on any other file. One used to include haproxy/api.h but that was solely for stddef.h.
diff --git a/src/protocol.c b/src/protocol.c index 6c4341e..3a11bdd 100644 --- a/src/protocol.c +++ b/src/protocol.c
@@ -14,7 +14,7 @@ #include <sys/socket.h> #include <haproxy/api.h> -#include <common/errors.h> +#include <haproxy/errors.h> #include <common/mini-clist.h> #include <common/standard.h>