diff options
Diffstat (limited to 'mail/postfix-gps-devel/files/patch-src__pmatcher.h')
-rw-r--r-- | mail/postfix-gps-devel/files/patch-src__pmatcher.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/postfix-gps-devel/files/patch-src__pmatcher.h b/mail/postfix-gps-devel/files/patch-src__pmatcher.h new file mode 100644 index 000000000000..78d804db9ce7 --- /dev/null +++ b/mail/postfix-gps-devel/files/patch-src__pmatcher.h @@ -0,0 +1,10 @@ +--- src/pmatcher.h.orig Sun Nov 21 05:37:49 2004 ++++ src/pmatcher.h Sun Jan 9 16:50:54 2005 +@@ -24,6 +24,7 @@ + #include <string> + //getnameinfo + #include <netdb.h> ++#include <sys/socket.h> + // + #include "regexcpp.h" + #include "triplet.h" |