[Freeswitch-svn] [commit] r13743 - freeswitch/trunk/src

FreeSWITCH SVN mrene at freeswitch.org
Tue Jun 9 18:02:49 PDT 2009


Author: mrene
Date: Tue Jun  9 20:02:48 2009
New Revision: 13743

Log:
inet_pton.c needs switch.h for SWITCH_DECLARE

Modified:
   freeswitch/trunk/src/inet_pton.c

Modified: freeswitch/trunk/src/inet_pton.c
==============================================================================
--- freeswitch/trunk/src/inet_pton.c	(original)
+++ freeswitch/trunk/src/inet_pton.c	Tue Jun  9 20:02:48 2009
@@ -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.



More information about the Freeswitch-svn mailing list