Index: cyrus-sasl-2.1.22/lib/auxprop.c =================================================================== --- cyrus-sasl-2.1.22.orig/lib/auxprop.c +++ cyrus-sasl-2.1.22/lib/auxprop.c @@ -41,7 +41,7 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - +#include #include #include #include Index: cyrus-sasl-2.1.22/saslauthd/auth_shadow.c =================================================================== --- cyrus-sasl-2.1.22.orig/saslauthd/auth_shadow.c +++ cyrus-sasl-2.1.22/saslauthd/auth_shadow.c @@ -63,6 +63,10 @@ # include # endif /* ! HAVE_GETUSERPW */ +#ifdef HAVE_CRYPT_H +#include +#endif + # include "auth_shadow.h" # include "globals.h" /* END PUBLIC DEPENDENCIES */