Files
ports/mail/libopensmtpd/files/patch-ioev.c
T
Matthieu Valleton 47bb7f2e7f mail/libopensmtpd: Library for writing opensmtpd filters
This library provides an event-based interface for writing OpenSMTPd
filters. It is used by the opensmtpd-filter-dkimsign port as well as
several other filters that do not have ports.

WWW: https://imperialat.at/dev/libopensmtpd/

PR:		283822
2025-10-05 15:44:07 +02:00

12 lines
205 B
C

--- ioev.c.orig 2019-11-14 17:46:37 UTC
+++ ioev.c
@@ -21,6 +21,8 @@
#include <sys/queue.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+
#include <err.h>
#include <errno.h>
#include <event.h>