summaryrefslogtreecommitdiff
path: root/net/aria2/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/aria2/patches/patch-ae')
-rw-r--r--net/aria2/patches/patch-ae10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/aria2/patches/patch-ae b/net/aria2/patches/patch-ae
index 83a652a8f26..9ababb5754c 100644
--- a/net/aria2/patches/patch-ae
+++ b/net/aria2/patches/patch-ae
@@ -1,18 +1,18 @@
-$NetBSD: patch-ae,v 1.3 2007/11/07 08:08:19 bjs Exp $
+$NetBSD: patch-ae,v 1.4 2007/12/14 12:46:23 bjs Exp $
---- src/main.cc.orig 2007-10-27 01:20:58.000000000 -0400
+--- src/main.cc.orig 2007-12-04 06:12:56.000000000 -0500
+++ src/main.cc
@@ -69,7 +69,13 @@
- #include <sstream>
+ #include <fstream>
extern char* optarg;
extern int optind, opterr, optopt;
-+
+#if defined(HAVE_NBCOMPAT_H)
+#include <nbcompat/cdefs.h>
++#include <nbcompat/config.h>
+#include <nbcompat/getopt.h>
+#else
#include <getopt.h>
+#endif
#ifdef ENABLE_METALINK
- #include "MetalinkRequestInfo.h"
+ # include "Metalink2RequestGroup.h"