aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ossec-hids-local/musl_lack_of_a_out_h.patch
blob: a4d2b12a619b86b5ed28f4b9688a3006d7e0da9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/rootcheck/os_string.c b/src/rootcheck/os_string.c
index e7ca284..85b6d9b 100644
--- a/src/rootcheck/os_string.c
+++ b/src/rootcheck/os_string.c
@@ -44,7 +44,7 @@
 
 #ifdef SOLARIS
 #include <sys/exechdr.h>
-#elif defined Darwin || defined HPUX
+#elif defined Darwin || defined HPUX || defined linux
 
 /* For some reason darwin does not have that */
 struct exec {