Release announcement: https://hypatia.math.ethz.ch/pipermail/r-announce/2025//000710.html Sponsored by: The FreeBSD Foundation
11 lines
279 B
C
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>
|