Files
ports/net/opensips/files/patch-io_wait.h
Kurt Jaeger 1e5d88a089 net/opensips: 2.1.0 -> 2.1.1
Changes:
  http://opensips.org/pub/opensips/2.1.1/ChangeLog

PR:		204773
Submitted by:	Euan Thoms <euan@potensol.com> (maintainer)
2015-11-25 19:28:00 +00:00

13 lines
303 B
C

--- io_wait.h.orig 2015-08-27 15:06:47 UTC
+++ io_wait.h
@@ -56,6 +56,9 @@
#include <errno.h>
#include <string.h>
+#if defined(__FreeBSD__)
+#include "ip_addr.h"
+#endif
#ifdef HAVE_SIGIO_RT
#define __USE_GNU /* or else F_SETSIG won't be included */
#define _GNU_SOURCE /* define this as well */