[corlib] RemotingConfiguration now try to use the bundled machine.config first.
[mono.git] / mono / metadata / mono-route.h
index 333a24367ad95d4b16037cab11752952baf20e56..4bafef4653c25d7cf3d349a163add7ec6456dacc 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <sys/socket.h>
 
-#ifdef HOST_IOS
+#if defined (HOST_IOS) || defined (HOST_WATCHOS) || defined (HOST_APPLETVOS)
 // The iOS SDK does not provide the net/route.h header but using the Darwin version works fine.
 #include "../../support/ios/net/route.h"
 #else