Skip to content

Commit b28cec1

Browse files
authored
platform_posix: add support for Haiku (#863)
1 parent c7596e3 commit b28cec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform_posix.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2017-2018 ccls Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
#if defined(__unix__) || defined(__APPLE__)
4+
#if defined(__unix__) || defined(__APPLE__) || defined(__HAIKU__)
55
#include "platform.hh"
66

77
#include "utils.hh"

0 commit comments

Comments
 (0)