Files
FreeBSD-ports/math/R/files/patch-src_library_grDevices_src_devPS.c
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>