summarylogtreecommitdiffstats
path: root/0001-Add-missing-headers.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-28 10:41:20 -0300
committerGonzalo Exequiel Pedone2024-03-28 10:41:20 -0300
commit1f7533322e116e4916fb8be6ef9564ce61e3dcc2 (patch)
treec3016bdea193266bbccf462e04676b3659347e7a /0001-Add-missing-headers.patch
downloadaur-android-x86-64-libsasl.tar.gz
New package.
Diffstat (limited to '0001-Add-missing-headers.patch')
-rw-r--r--0001-Add-missing-headers.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/0001-Add-missing-headers.patch b/0001-Add-missing-headers.patch
new file mode 100644
index 000000000000..f0b6b9a414c4
--- /dev/null
+++ b/0001-Add-missing-headers.patch
@@ -0,0 +1,21 @@
+--- a/plugins/cram.c
++++ b/plugins/cram.c
+@@ -48,6 +48,7 @@
+ #include <string.h>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <time.h>
+ #ifndef macintosh
+ #include <sys/stat.h>
+ #endif
+--- a/saslauthd/auth_getpwent.c
++++ b/saslauthd/auth_getpwent.c
+@@ -39,6 +39,8 @@
+ #include <errno.h>
+ #include <syslog.h>
+ #include <stdio.h>
++#include <sys/types.h>
++#include <pwd.h>
+
+ #ifdef HAVE_CRYPT_H
+ #include <crypt.h>