packages/mail/postfix/patches/501-include_stdio.patch
Lucian Cristian 154a0da724 postfix: fix musl compile without POSTFIX_TLS
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-08 01:59:38 +02:00

10 lines
250 B
Diff

--- a/src/posttls-finger/posttls-finger.c
+++ b/src/posttls-finger/posttls-finger.c
@@ -318,6 +318,7 @@
#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <stdio.h>
#ifdef STRCASECMP_IN_STRINGS_H
#include <strings.h>