October 2011
1 post
Quick Fix for: Declaration of 'struct sockaddr_in'...
Simply add this import line to the includes section of the  Reachability.h file:  #import <netinet/in.h>  Worked for me, good luck!
Oct 9th