summaryrefslogtreecommitdiff
path: root/security/samhain/files/patch-src_slib.c
blob: d81bae0b3daa368c37007bd3d3c66882230d4843 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- 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>