[ProcessGDBRemote] Fix a typo in an ifdef from 58de2a3851391d
authorMartin Storsjö <martin@martin.st>
Wed, 24 Jun 2020 20:48:43 +0000 (23:48 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 24 Jun 2020 20:49:33 +0000 (23:49 +0300)
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

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