blob: 48183619231c305093fececab9a608c5c39cf097 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- secmem.c.orig 2024-08-22 17:41:01 UTC
+++ secmem.c
@@ -11,6 +11,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/mman.h>
+#include <stddef.h>
#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif
|