From: Jeff Lenk Date: Mon, 2 Jul 2012 19:42:06 +0000 (-0500) Subject: trivial fix windows build X-Git-Tag: v1.2.0~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78addbfe447e5afc64386d2c6d6f0bee8aa74601;p=thirdparty%2Ffreeswitch.git trivial fix windows build --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index dd29136dca..9ba5b9dcca 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -1721,8 +1721,8 @@ SWITCH_STANDARD_API(lan_addr_function) return SWITCH_STATUS_SUCCESS; } -#include "switch_private.h" #ifndef WIN32 +#include "switch_private.h" #ifdef HAVE_SETRLIMIT #include #endif