summaryrefslogtreecommitdiff
path: root/net/aria2/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/aria2/patches/patch-ac')
-rw-r--r--net/aria2/patches/patch-ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/aria2/patches/patch-ac b/net/aria2/patches/patch-ac
index c0727b11649..3caf7b5c560 100644
--- a/net/aria2/patches/patch-ac
+++ b/net/aria2/patches/patch-ac
@@ -1,13 +1,14 @@
-$NetBSD: patch-ac,v 1.3 2007/11/07 08:08:19 bjs Exp $
+$NetBSD: patch-ac,v 1.4 2007/12/14 12:46:22 bjs Exp $
--- src/getaddrinfo.c.orig 2007-08-28 12:36:33.000000000 -0400
+++ src/getaddrinfo.c
-@@ -99,7 +99,12 @@
+@@ -99,7 +99,13 @@
#endif
#include <sys/types.h>
+#if defined(HAVE_NBCOMPAT_H)
+#include <nbcompat/cdefs.h>
++#include <nbcompat/config.h>
+#include <nbcompat/stdio.h>
+#else
#include <stdio.h>