ports/sysutils/syslog-ng317/files/patch-lib_eventlog_src_evtlog.h
Cy Schubert 2d9a30d84e Welcome the new syslog-ng 3.17, delivered to my inbox from our upliine.
As 3.17 has been anticipated and already is stable, it becomes the
default version for the metaport.

Submitted by:	Peter Czanik (CzP) <peter.czanik@oneidentity.com>
		One Identity / syslog-ng upstream
2018-08-15 20:15:29 +00:00

11 lines
284 B
C

--- lib/eventlog/src/evtlog.h.orig 2018-04-25 04:54:49.000000000 -0700
+++ lib/eventlog/src/evtlog.h 2018-05-31 12:57:53.418401000 -0700
@@ -45,6 +45,8 @@
#endif
#include <stdarg.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include "evtmaps.h"