labath added inline comments.
================ Comment at: source/CMakeLists.txt:25 +include_directories( + Plugins/Process/POSIX + ) ---------------- krytarowski wrote: > @labath are the includes for Plugins/Process/FreeBSD and > Plugins/Process/FreeBSD necessary? I don't need to add Plugins/Process/NetBSD > in order to make things work. > > (it's not related to OpenBSD patch here) You probably need the ProcessPosixLog file at least. However, the only thing which this affects is how you need to include them, so if you use the long `Plugins/Process/POSIX/XXX` path, you are fine. As a matter of fact, we should probably use that path everywhere, and then these can go away. (future cleanup idea). https://reviews.llvm.org/D31131 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits