We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7596e3 commit b28cec1Copy full SHA for b28cec1
src/platform_posix.cc
@@ -1,7 +1,7 @@
1
// Copyright 2017-2018 ccls Authors
2
// SPDX-License-Identifier: Apache-2.0
3
4
-#if defined(__unix__) || defined(__APPLE__)
+#if defined(__unix__) || defined(__APPLE__) || defined(__HAIKU__)
5
#include "platform.hh"
6
7
#include "utils.hh"
0 commit comments