mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
14 lines
260 B
Diff
14 lines
260 B
Diff
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
|
|
|
|
|