Adds basic haiku support.

This commit is contained in:
Sloom Sloum Sluom IV 2020-02-29 10:37:05 -08:00
parent 01e0f008d4
commit 6edaa8d3de
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