Skip to content
  • Breno Leitao's avatar
    testing/ossec-hids: Fix build on non-x86-64 platforms. · 955da9c9
    Breno Leitao authored
    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.
    955da9c9