Reachability.h: error: declaration of 'struct sockaddr_in' will not be visible outside of this function [-Werror,3]Fix is easy, just add this:
#import <netinet/in.h>Hope Apple would pull together all "fixes" and update the Reachability master version for all of us.