postfix: fix musl compile without POSTFIX_TLS

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
Lucian Cristian 2017-03-01 20:26:30 +02:00
parent b3dc7d1337
commit 154a0da724
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- 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>