mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
|
--- 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
|
||
|
|