trivial fix windows build
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue