[Lldb-commits] [lldb] r278526 - Fix build on Windows.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 12 09:52:31 PDT 2016


Author: zturner
Date: Fri Aug 12 11:52:31 2016
New Revision: 278526

URL: http://llvm.org/viewvc/llvm-project?rev=278526&view=rev
Log:
Fix build on Windows.

Modified:
    lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

Modified: lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp?rev=278526&r1=278525&r2=278526&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp Fri Aug 12 11:52:31 2016
@@ -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>




More information about the lldb-commits mailing list