aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/ifconfig.tproj/if6lowpan.c
diff options
context:
space:
mode:
Diffstat (limited to 'network_cmds/ifconfig.tproj/if6lowpan.c')
-rw-r--r--network_cmds/ifconfig.tproj/if6lowpan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/network_cmds/ifconfig.tproj/if6lowpan.c b/network_cmds/ifconfig.tproj/if6lowpan.c
index f0f4b2e..ee63896 100644
--- a/network_cmds/ifconfig.tproj/if6lowpan.c
+++ b/network_cmds/ifconfig.tproj/if6lowpan.c
@@ -58,6 +58,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ >= 135000
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
@@ -176,3 +177,4 @@ sixlowpan_ctor(void)
callback_register(sixlowpan_clone_cb, NULL);
#undef N
}
+#endif