This commit is contained in:
sloum 2020-03-14 13:58:48 -07:00
commit 86d8319bcf
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
// Apple does not seem to have basename available
// as a part of string.h, so import libgen if needed
#if __APPLE__
#if __APPLE__ || __HAIKU__
#include <libgen.h>
#endif