diff options
author | Zachary Turner <zturner@google.com> | 2016-08-12 16:52:31 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-08-12 16:52:31 +0000 |
commit | bd22bf26cb0d98f9f40dfbb9f8407da1e19044df (patch) | |
tree | a97f53c712e918c22c1fac06bdb66a51f13b369c /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | e6bc5f9b1ba06bbd1d76c0afab43546263fd63ab (diff) | |
download | bcm5719-llvm-bd22bf26cb0d98f9f40dfbb9f8407da1e19044df.tar.gz bcm5719-llvm-bd22bf26cb0d98f9f40dfbb9f8407da1e19044df.zip |
Fix build on Windows.
llvm-svn: 278526
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index eb82dc1eba3..1fa78fe155f 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp @@ -15,8 +15,8 @@ #ifndef LLDB_DISABLE_POSIX #include <netinet/in.h> #include <sys/mman.h> // for mmap -#endif #include <sys/socket.h> +#endif #include <sys/stat.h> #include <sys/types.h> #include <time.h> |