build target updates

This commit is contained in:
Joseph Henry
2016-12-08 15:44:53 -08:00
parent 95c45d752c
commit f40e2ef93f
9 changed files with 64 additions and 92 deletions

View File

@@ -38,8 +38,12 @@
#include <sys/wait.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <net/route.h>
#include <net/if.h>
#ifdef __IOS__
#include "/usr/include/net/route.h"
#else
#include <net/route.h>
#endif
#ifdef __BSD__
#include <net/if_dl.h>
#include <sys/sysctl.h>