platform_posix: add support for Haiku (#863)

This commit is contained in:
augiedoggie 2022-01-23 01:22:29 -07:00 committed by GitHub
parent c7596e3712
commit b28cec1872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"