trivial fix windows build

This commit is contained in:
Jeff Lenk 2012-07-02 14:42:06 -05:00
parent b2df2ee1d7
commit 78addbfe44
1 changed files with 1 additions and 1 deletions

View File

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