platform_posix: add support for Haiku

This commit is contained in:
Chris Roberts 2022-01-22 17:27:06 -07:00
parent c7596e3712
commit f3fe1ca86b

View File

@ -1,7 +1,7 @@
// Copyright 2017-2018 ccls Authors
// SPDX-License-Identifier: Apache-2.0
#if defined(__unix__) || defined(__APPLE__)
#if defined(__unix__) || defined(__APPLE__) || defined(__HAIKU__)
#include "platform.hh"
#include "utils.hh"