proot icon indicating copy to clipboard operation
proot copied to clipboard

Fix basename include in cli.c

Open youbitchoc opened this issue 2 months ago • 0 comments

according to posix, basename(3) should be included from libgen.h and not string.h

this fixes a segfault on alpine due to basename being implicitly declared.

youbitchoc avatar Apr 21 '24 09:04 youbitchoc