1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 02:04:54 +00:00

trivial fix windows build

This commit is contained in:
Jeff Lenk 2012-07-02 14:42:06 -05:00
parent b2df2ee1d7
commit 78addbfe44

@ -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 <sys/resource.h>
#endif