brucem added a subscriber: brucem. ================ Comment at: tools/lldb-server/lldb-gdbserver.cpp:10 @@ -9,1 +9,3 @@ +#include <lldb/Host/common/GetOptInc.h> + ---------------- I suspect that this should `#include "lldb/Host/HostGetOpt.h"` instead, and that it should be down below with the other Host includes.
Repository: rL LLVM http://reviews.llvm.org/D12748 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits