1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 09:19:15 -04:00
ports/security/samhain/files/patch-src_slib.c
Steve Wills 213e6333aa security/samhain: update to 4.3.3
PR:		241044
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
2019-10-07 15:25:35 +00:00

17 lines
349 B
C

--- src/slib.c.orig 2019-01-17 20:05:33 UTC
+++ src/slib.c
@@ -18,12 +18,14 @@
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
+#include <strings.h>
#include <limits.h>
#ifdef HAVE_STDINT_H
/* for SIZE_MAX */
#include <stdint.h>
#endif
+#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>