Fix build on Windows.
authorZachary Turner <zturner@google.com>
Fri, 12 Aug 2016 16:52:31 +0000 (16:52 +0000)
committerZachary Turner <zturner@google.com>
Fri, 12 Aug 2016 16:52:31 +0000 (16:52 +0000)
llvm-svn: 278526

lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

index eb82dc1..1fa78fe 100644 (file)
@@ -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>