Skip to content

Commit

Permalink
Moved <net/route.h> location to new consolidated 'route.h' (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdavison authored and alexmx committed Jun 22, 2018
1 parent 14b7aaf commit abcbc13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
4 changes: 0 additions & 4 deletions Libs/System Services/Utilities/SSNetworkInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
#import <arpa/inet.h>

// route
#if !TARGET_IPHONE_SIMULATOR
#include <net/route.h>
#else
#include "route.h"
#endif

// sysctl
#import <sys/sysctl.h>
Expand Down

0 comments on commit abcbc13

Please sign in to comment.