47bb7f2e7f
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
12 lines
205 B
C
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>
|