mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
PR: 211094 Changes: http://opensips.org/pub/opensips/2.1.3/ChangeLog Submitted by: Euan Thoms <euan@potensol.com> (maintainer)
12 lines
303 B
C
12 lines
303 B
C
--- io_wait.h.orig 2016-05-30 14:13:27 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 */
|