Commit 2ab0f9da authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Jean-Baptiste Kempf

compat: freeaddrinfo: fix compilation warning

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a7c8fbc3
......@@ -379,6 +379,8 @@ struct addrinfo
char *ai_canonname;
struct addrinfo *ai_next;
};
void freeaddrinfo (struct addrinfo *res);
#endif
/* math.h */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment