diff options
author | Deepak Panickal <deepak@codeplay.com> | 2014-01-31 18:48:46 +0000 |
---|---|---|
committer | Deepak Panickal <deepak@codeplay.com> | 2014-01-31 18:48:46 +0000 |
commit | 914b8d989b0ea9f0da066773c7ca703eaa013f6b (patch) | |
tree | 670cb2885c1a859d2f53f3539c52590675c25267 /lldb/tools/lldb-platform/lldb-platform.cpp | |
parent | 322ce39e39186aaea01c7b8ebfa14ff537721ea9 (diff) | |
download | bcm5719-llvm-914b8d989b0ea9f0da066773c7ca703eaa013f6b.tar.gz bcm5719-llvm-914b8d989b0ea9f0da066773c7ca703eaa013f6b.zip |
Fixing the Windows build for the changes brought in from the iohandler merge.
llvm-svn: 200565
Diffstat (limited to 'lldb/tools/lldb-platform/lldb-platform.cpp')
-rw-r--r-- | lldb/tools/lldb-platform/lldb-platform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-platform/lldb-platform.cpp b/lldb/tools/lldb-platform/lldb-platform.cpp index d58e8042818..e18ebabc784 100644 --- a/lldb/tools/lldb-platform/lldb-platform.cpp +++ b/lldb/tools/lldb-platform/lldb-platform.cpp @@ -11,7 +11,7 @@ // C Includes #include <errno.h> -#include <getopt.h> +#include "lldb/Host/HostGetOpt.h" #include <signal.h> #include <stdint.h> #include <stdio.h> |