From 92ab89963cb8a011f8164b719071b37f807c4ed7 Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 26 Mar 2013 13:56:48 +0000 Subject: [PATCH] add missing header to allow regress tests to run (missed in previous commit) --- net/farstream/patches/patch-tests_check_testutils_c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/farstream/patches/patch-tests_check_testutils_c diff --git a/net/farstream/patches/patch-tests_check_testutils_c b/net/farstream/patches/patch-tests_check_testutils_c new file mode 100644 index 00000000000..6cd82a55310 --- /dev/null +++ b/net/farstream/patches/patch-tests_check_testutils_c @@ -0,0 +1,11 @@ +$OpenBSD: patch-tests_check_testutils_c,v 1.3 2013/03/26 13:56:48 jasper Exp $ +--- tests/check/testutils.c.orig Tue Mar 26 14:50:53 2013 ++++ tests/check/testutils.c Tue Mar 26 14:54:06 2013 +@@ -28,6 +28,7 @@ + + #ifdef HAVE_GETIFADDRS + #include ++ #include + #include + #include + #include