ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/mail/postfix/patches/501-include_stdio.patch b/external/subpack/mail/postfix/patches/501-include_stdio.patch
new file mode 100644
index 0000000..84ad04a
--- /dev/null
+++ b/external/subpack/mail/postfix/patches/501-include_stdio.patch
@@ -0,0 +1,10 @@
+--- a/src/posttls-finger/posttls-finger.c
++++ b/src/posttls-finger/posttls-finger.c
+@@ -342,6 +342,7 @@
+ #include <sys/un.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
++#include <stdio.h>
+ 
+ #ifdef STRCASECMP_IN_STRINGS_H
+ #include <strings.h>