b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/posttls-finger/posttls-finger.c |
2 | +++ b/src/posttls-finger/posttls-finger.c | ||||
3 | @@ -342,6 +342,7 @@ | ||||
4 | #include <sys/un.h> | ||||
5 | #include <netinet/in.h> | ||||
6 | #include <arpa/inet.h> | ||||
7 | +#include <stdio.h> | ||||
8 | |||||
9 | #ifdef STRCASECMP_IN_STRINGS_H | ||||
10 | #include <strings.h> |