12345678910 |
- --- postfix-3.1.0.orig/src/posttls-finger/posttls-finger.c 2016-01-04 13:26:16.000000000 +0100
- +++ postfix-3.1.0/src/posttls-finger/posttls-finger.c 2016-03-24 08:14:21.995964563 +0100
- @@ -307,6 +307,7 @@
- */
- #include <sys_defs.h>
- #include <stdarg.h>
- +#include <stdio.h>
- #include <string.h>
- #include <ctype.h>
- #include <stdlib.h>
|