fixed broken reference from ios bridging header

This commit is contained in:
Joseph Henry
2016-09-08 17:24:11 -07:00
parent 25cf4135c9
commit 41b828514c
2 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ int zt_close(CLOSE_SIG);
int zt_getsockname(GETSOCKNAME_SIG);
int zt_getpeername(GETPEERNAME_SIG);
int zt_recvfrom(RECVFROM_SIG);
int zt_fcntl(FCNTL_SIG);
int zt_sendto(SENDTO_SIG);
#endif /* Example_OSX_Bridging_Header_h */