aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ossec-hids/00_a-out-h-path.patch
blob: b9e5a246cd618d3c797a502db082fffadb7a843f (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 069f5bd..e5aafca 100755
--- a/src/rootcheck/os_string.c
+++ b/src/rootcheck/os_string.c
@@ -78,7 +78,7 @@ struct exec
 
 #else
 
-#include <a.out.h>
+#include <linux/a.out.h>
 #endif