29 lines
856 B
Plaintext
29 lines
856 B
Plaintext
|
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 <stdio.h>
|
||
|
#include <config.h>
|
||
|
#include <sasl.h>
|
||
|
#include <prop.h>
|
||
|
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 <shadow.h>
|
||
|
# endif /* ! HAVE_GETUSERPW */
|
||
|
|
||
|
+#ifdef HAVE_CRYPT_H
|
||
|
+#include <crypt.h>
|
||
|
+#endif
|
||
|
+
|
||
|
# include "auth_shadow.h"
|
||
|
# include "globals.h"
|
||
|
/* END PUBLIC DEPENDENCIES */
|