ports/cad/magic/files/patch-utils_path.c
2025-03-18 02:09:23 -07:00

10 lines
263 B
C

--- utils/path.c.orig 2025-03-17 19:16:36 UTC
+++ utils/path.c
@@ -29,6 +29,7 @@ static char rcsid[] __attribute__ ((unused)) = "$Heade
#include <sys/param.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <unistd.h>
#ifdef HAVE_ZLIB
#include <zlib.h>