]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: add a few missing includes in proto/cli.h
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 10:45:04 +0000 (11:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 10:47:53 +0000 (11:47 +0100)
commit17306b905ea51a81a856d829242cce6052e06596
tree6187ea2f1561179c84209d6056a27aa340276e0c
parent0564d413336e3dba210ce9e606da82d94c4ef013
MINOR: cli: add a few missing includes in proto/cli.h

Just found that proto/cli.h doesn't build if types/cli.h is not also
included by the caller, as it uses cli_kw_list is used in arguments.
But it's also true for a few other ones like mworker_proc, stream,
and channel, so let's fix this.
include/proto/cli.h