blob: 5db2f43b0cf32d8a5e8ab1518460b0d7e15a208e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- sal/osl/unx/system.cxx.orig 2015-08-22 06:41:35 UTC
+++ sal/osl/unx/system.cxx
@@ -247,6 +247,9 @@ int macxp_resolveAlias(char *path, int b
#endif /* NO_PTHREAD_RTL */
#if defined(FREEBSD)
+
+#include <cmath>
+
char *fcvt(double value, int ndigit, int *decpt, int *sign)
{
static char ret[256];
|