summaryrefslogtreecommitdiff
path: root/net/aria2/patches/patch-aa
blob: b1bbef67d27982a4b7985c4d8cc6bbb1ec78fa26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.3 2007/11/07 08:08:19 bjs Exp $

--- src/Exception.h.orig	2007-08-28 12:36:33.000000000 -0400
+++ src/Exception.h
@@ -37,7 +37,12 @@
 
 #include "common.h"
 #include <string>
+#if defined(HAVE_NBCOMPAT_H)
+#include <nbcompat/cdefs.h>
+#include <nbcompat/stdio.h>
+#else
 #include <stdio.h>
+#endif
 #include <stdarg.h>
 
 using namespace std;