summarylogtreecommitdiffstats
path: root/0001-Add-missing-headers.patch
blob: f0b6b9a414c4ed30fa059788264b95a56c0b36c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>