[vlc-devel] [PATCH 1/2] compat: freeaddrinfo: fix compilation warning

KO Myung-Hun komh78 at gmail.com
Fri Jun 19 08:59:34 CEST 2015


---
 compat/freeaddrinfo.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compat/freeaddrinfo.c b/compat/freeaddrinfo.c
index fecc3fa..15ef439 100644
--- a/compat/freeaddrinfo.c
+++ b/compat/freeaddrinfo.c
@@ -29,6 +29,8 @@
 
 #include <stdlib.h>
 
+void freeaddrinfo (struct addrinfo *res);
+
 /*
  * This function must be used to free the memory allocated by getaddrinfo().
  */
-- 
1.9.5




More information about the vlc-devel mailing list