Breno Leitao 955da9c907 testing/ossec-hids: Fix build on non-x86-64 platforms.
Musl lacks a.out.h header, since x86-64 kernel has this file. We do not
have this file, since glib usually have. Once we are on Musl, we lack
this file on non x86-64.

This patch simply switch to the project file definitions instead of
kernel/libc.
2017-05-03 21:25:35 +00:00
..