tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.92k stars 329 forks source link

stdlib.h missing from xar/lib/linuxattr.c #408

Closed AllinCottrell closed 11 months ago

AllinCottrell commented 11 months ago

Building of osxcross fails using current clang/llvm because linuxattr.c in the xar tree uses stdlib functions without including stdlib.h. An easy problem to fix.

tpoechtrager commented 11 months ago

Should be fixed.

AllinCottrell commented 11 months ago

Thank you, Thomas!