mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
12 lines
308 B
C++
12 lines
308 B
C++
--- sal/osl/unx/system.cxx.orig 2016-10-28 14:50:26 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];
|