inet_pton.c needs switch.h for SWITCH_DECLARE
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13743 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9912427cd4
commit
aa9c6dae2f
|
@ -45,6 +45,8 @@
|
|||
#define EAFNOSUPPORT WSAEAFNOSUPPORT
|
||||
#endif
|
||||
|
||||
#include <switch.h>
|
||||
|
||||
/*
|
||||
* WARNING: Don't even consider trying to compile this on a system where
|
||||
* sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX.
|
||||
|
|
Loading…
Reference in New Issue