ports/sysutils/dd_rescue/files/patch-secmem.c
2021-05-04 18:01:09 +09:00

10 lines
210 B
C

--- secmem.c.orig 2021-05-04 08:16:41 UTC
+++ secmem.c
@@ -10,6 +10,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/mman.h>
+#include <stddef.h>
#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif