summaryrefslogtreecommitdiff
path: root/devel/clanlib-devel/files/patch-ai
blob: d0496d8489032e8530e348e9ba963eeca12d56c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Sources/API/Core/System/clanstring.h.orig	Fri May 19 13:15:12 2000
+++ Sources/API/Core/System/clanstring.h	Fri May 19 13:15:16 2000
@@ -27,7 +27,7 @@
 #include <cctype>
 #endif
 
-#ifdef __BEOS__
+#if defined(__BEOS__) || defined(__FreeBSD__)
 extern char *fcvt (double, int, int *, int *);
 #endif