freebsd-ports/net/openvswitch/files/patch-lib_conntrack.c
Steve Wills d57129825d net/openvswitch: update to 2.8.1
While here, give maintainership to submitter

PR:		223970
Submitted by:	Nikola Kolev <koue@chaosophia.net>
2017-12-11 05:06:47 +00:00

14 lines
319 B
C

--- lib/conntrack.c.orig 2017-11-29 15:45:30 UTC
+++ lib/conntrack.c
@@ -17,10 +17,10 @@
#include <config.h>
#include <ctype.h>
#include <errno.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/icmp6.h>
#include <string.h>
-#include <sys/types.h>
#include "bitmap.h"
#include "conntrack.h"