[ProcessGDBRemote] Placate the Windows buildbot.
authorDavide Italiano <ditaliano@apple.com>
Wed, 24 Jun 2020 20:23:06 +0000 (13:23 -0700)
committerDavide Italiano <ditaliano@apple.com>
Wed, 24 Jun 2020 20:23:49 +0000 (13:23 -0700)
I'm probably going to rewrite this function anyway, but, in
the meanwhile.

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

index ebc9586..d2b72de 100644 (file)
@@ -17,7 +17,9 @@
 #include <unistd.h>
 #endif
 #include <sys/stat.h>
+#ifdef defined(__APPLE__)
 #include <sys/sysctl.h>
+#endif
 #include <sys/types.h>
 #include <time.h>