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:
Mathieu Rene 2009-06-10 01:02:48 +00:00
parent 9912427cd4
commit aa9c6dae2f
1 changed files with 2 additions and 0 deletions

View File

@ -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.