From: Anthony Minessale Date: Thu, 9 Aug 2012 21:27:15 +0000 (-0500) Subject: fix build X-Git-Tag: v1.2.3^2~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75abcd20995713c1b325b2169b40198981d9812d;p=thirdparty%2Ffreeswitch.git fix build --- diff --git a/src/include/switch_types.h b/src/include/switch_types.h index 696078a06e..381ab22012 100644 --- a/src/include/switch_types.h +++ b/src/include/switch_types.h @@ -1785,13 +1785,11 @@ typedef enum { } switch_state_handler_flag_t; #ifdef WIN32 -typedef SOCKET apr_os_sock_t; +typedef SOCKET switch_os_socket_t; #else -typedef int apr_os_sock_t; +typedef int switch_os_socket_t; #endif -typedef apr_os_sock_t switch_os_socket_t; - typedef struct apr_pool_t switch_memory_pool_t; typedef uint16_t switch_port_t; typedef uint8_t switch_payload_t;