]> granicus.if.org Git - neomutt/commit
fix: build of imap/auth_sasl.c
authorRichard Russon <rich@flatcap.org>
Sat, 15 Apr 2017 16:08:07 +0000 (17:08 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 17 Apr 2017 12:35:45 +0000 (13:35 +0100)
commitac6ef83f322960e83251f04fddf65322b627919c
tree90e252979720b495a780262ac7472d51052a5172
parent860d0bb1a4f656c5f4f1f312e1dd98e69b8713a6
fix: build of imap/auth_sasl.c

Header file <sasl/sasl.h> doesn't seem to include a header defining
'size_t'.  Make sure we include <stddef.h> before it.

Closes #525
.clang-format
imap/auth_sasl.c