mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.encodings: Included idn-free.h, which explicitly declares the idn_free function.
This commit is contained in:
parent
27766b1c03
commit
eadb0d45b9
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ static const luaL_Reg Reg_stringprep[] =
|
|||
/***************** IDNA *****************/
|
||||
|
||||
#include <idna.h>
|
||||
#include <idn-free.h>
|
||||
|
||||
static int Lidna_to_ascii(lua_State *L) /** idna.to_ascii(s) */
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue