Skip to content
Commit 82d1ec9d authored by Mark Asselstine's avatar Mark Asselstine Committed by Joe MacDonald
Browse files

cyrus-sasl: ensure size_t is defined for use by sasl.h



While making use of the cyrus-sasl library an external application
will most likely include sasl.h which will cause compilation failures
if steps haven't been taken to define size_t. This should not be the
responsibility of the application building against the sasl library
but rather handled already in sasl.h. Here we ensure sasl.h has the
proper includes to have size_t defined before it is used.

Signed-off-by: default avatarMark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
parent 27ba970b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment