missing ;
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4168 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e7d0aaef27
commit
17d57b7142
|
@ -62,7 +62,7 @@ struct sockaddr;
|
|||
#include "winsock2.h"
|
||||
typedef SOCKET dns_socket;
|
||||
#else
|
||||
typedef int dns_socket
|
||||
typedef int dns_socket;
|
||||
#endif
|
||||
|
||||
UDNS_API const char *
|
||||
|
|
Loading…
Reference in New Issue