iOS compilation fixed

This commit is contained in:
VladiMihaylenko 2015-03-10 12:25:17 +03:00 committed by Alex Zolotarev
parent c0bd44f08b
commit 09dc89ac46
2 changed files with 2 additions and 0 deletions

View file

@ -1678,6 +1678,7 @@
"-lexpat",
"-lprotobuf",
"-losrm",
"-lsuccinct",
"-ObjC",
);
PROVISIONING_PROFILE = "";

View file

@ -6,6 +6,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <ifaddrs.h>
#include <net/if_dl.h>
#include <net/if.h>