Thu Feb 12 15:35:06 CST 2009 Pekka Pessi <first.last@nokia.com>

* sofia-sip/su_addrinfo.h: #include <netdb.h> only if bsdsock



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11965 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-02-12 21:37:20 +00:00
parent 96e65ddec3
commit 1f8d6f0e68
1 changed files with 2 additions and 0 deletions

View File

@ -43,7 +43,9 @@
#include <sofia-sip/su_types.h>
#endif
#if SU_HAVE_BSDSOCK
#include <netdb.h>
#endif
SOFIA_BEGIN_DECLS