[Lldb-commits] [PATCH] D12748: Include platform agnostic <GetOptInc.h> in the place of <getopt.h>

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 29 02:11:07 PDT 2015


brucem requested changes to this revision.
brucem added a reviewer: brucem.
This revision now requires changes to proceed.

================
Comment at: tools/lldb-server/lldb-gdbserver.cpp:30
@@ -30,2 +29,3 @@
 #include "lldb/Core/PluginManager.h"
+#include "lldb/Host/common/GetOptInc.h"
 #include "lldb/Host/ConnectionFileDescriptor.h"
----------------
This should be `lldb/Host/HostGetOpt.h` and not `lldb/Host/common/GetOptInc.h`.


Repository:
  rL LLVM

http://reviews.llvm.org/D12748





More information about the lldb-commits mailing list