Fix Haiku "unable to open saved files" bug
Appling patch from a92961004d
that fixes https://github.com/haikuports/haikuports/issues/3045
This commit is contained in:
parent
b65d7f9da4
commit
e87f36d9a7
5 changed files with 8 additions and 7 deletions
|
|
@ -278,7 +278,7 @@ char *strcasestr(const char *haystack, const char *needle)
|
|||
#include <dirent.h>
|
||||
#include <signal.h>
|
||||
|
||||
#if defined __BEOS__
|
||||
#if defined __BEOS__ || defined __HAIKU__
|
||||
|
||||
/* BeOS */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue