ports/security/wazuh-manager/files/patch-src-rootcheck_os_string.c
2022-10-30 16:37:32 -05:00

12 lines
316 B
C

--- src/rootcheck/os_string.c 2022-10-06 08:35:58.000000000 -0500
+++ src/rootcheck/os_string.c 2022-10-30 14:31:56.614900000 -0500
@@ -42,6 +42,9 @@
#include <locale.h>
#include <unistd.h>
#include <netinet/in.h>
+#ifdef __FreeBSD__
+#include <machine/exec.h>
+#endif
#ifdef SOLARIS
#include <sys/exechdr.h>