Haiku port oneliner

This commit is contained in:
François Revol 2021-11-12 16:15:27 +01:00
parent fc5cb66f07
commit 65690040f2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
// old bstring functions that aren't present on some platforms
#if defined(__APPLE__)
#if defined(__APPLE__) || defined(__HAIKU__)
// macOS libc has them
#include <strings.h>