mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-03 15:32:09 +00:00
platform_posix: add support for Haiku
This commit is contained in:
parent
c7596e3712
commit
f3fe1ca86b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user