ports/math/R/files/patch-src_library_grDevices_src_devPS.c
Joseph Mingrone d4a506ad45
math/R: Update to 4.5.0
Release announcement:	https://hypatia.math.ethz.ch/pipermail/r-announce/2025//000710.html
Sponsored by:	The FreeBSD Foundation
2025-05-08 16:52:08 -03:00

11 lines
279 B
C

--- src/library/grDevices/src/devPS.c.orig 2025-04-29 02:15:09 UTC
+++ src/library/grDevices/src/devPS.c
@@ -29,6 +29,7 @@
#include <ctype.h>
#include <limits.h> /* required for MB_LEN_MAX */
#include <string.h>
+#include <unistd.h>
#include <wchar.h>
#include <wctype.h>