fix missing prototype warnings --- cyrus-sasl-2.1.22/lib/auxprop.c +++ cyrus-sasl-2.1.22/lib/auxprop.c @@ -43,6 +43,7 @@ */ #include +#include #include #include #include --- cyrus-sasl-2.1.22/pwcheck/pwcheck_getspnam.c +++ cyrus-sasl-2.1.22/pwcheck/pwcheck_getspnam.c @@ -24,6 +24,7 @@ OF OR IN CONNECTION WITH THE USE OR PERF ******************************************************************/ #include +#include extern char *crypt();