mirror of
https://github.com/sm64pc/sm64ex.git
synced 2025-01-22 15:43:04 -05:00
Haiku port oneliner
This commit is contained in:
parent
fc5cb66f07
commit
65690040f2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
// old bstring functions that aren't present on some platforms
|
// old bstring functions that aren't present on some platforms
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__) || defined(__HAIKU__)
|
||||||
|
|
||||||
// macOS libc has them
|
// macOS libc has them
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
|
|
Loading…
Reference in a new issue