You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
250 B

  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. #ifdef STRCASECMP_IN_STRINGS_H
  9. #include <strings.h>