diff options
Diffstat (limited to 'tools/mpfr/patches/100-freebsd-compat.patch')
-rw-r--r-- | tools/mpfr/patches/100-freebsd-compat.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/mpfr/patches/100-freebsd-compat.patch b/tools/mpfr/patches/100-freebsd-compat.patch new file mode 100644 index 0000000000..fa28a67d95 --- /dev/null +++ b/tools/mpfr/patches/100-freebsd-compat.patch @@ -0,0 +1,10 @@ +--- a/src/vasprintf.c ++++ b/src/vasprintf.c +@@ -42,6 +42,7 @@ http://www.gnu.org/licenses/ or write to + #endif /* HAVE_VA_COPY */ + + #ifdef HAVE_WCHAR_H ++#include <stddef.h> + #include <wchar.h> + #endif + |