[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
Sun Sep 27 23:53:49 PDT 2015


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





More information about the lldb-commits mailing list