| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/lib/saslutil.c | 
| 2 | +++ b/lib/saslutil.c | ||||
| 3 | @@ -59,9 +59,7 @@ | ||||
| 4 | #ifdef HAVE_UNISTD_H | ||||
| 5 | #include <unistd.h> | ||||
| 6 | #endif | ||||
| 7 | -#ifdef HAVE_TIME_H | ||||
| 8 | #include <time.h> | ||||
| 9 | -#endif | ||||
| 10 | #include "saslint.h" | ||||
| 11 | #include <saslutil.h> | ||||
| 12 | |||||
| 13 | --- a/plugins/cram.c | ||||
| 14 | +++ b/plugins/cram.c | ||||
| 15 | @@ -48,6 +48,7 @@ | ||||
| 16 | #include <string.h> | ||||
| 17 | #include <stdlib.h> | ||||
| 18 | #include <stdio.h> | ||||
| 19 | +#include <time.h> | ||||
| 20 | #ifndef macintosh | ||||
| 21 | #include <sys/stat.h> | ||||
| 22 | #endif | ||||
| 23 | --- a/plugins/digestmd5.c | ||||
| 24 | +++ b/plugins/digestmd5.c | ||||
| 25 | @@ -50,6 +50,7 @@ | ||||
| 26 | #include <stdlib.h> | ||||
| 27 | #include <stdio.h> | ||||
| 28 | #include <string.h> | ||||
| 29 | +#include <time.h> | ||||
| 30 | #ifndef macintosh | ||||
| 31 | #include <sys/types.h> | ||||
| 32 | #include <sys/stat.h> | ||||