Used for free(). Signed-off-by: Gustavo Zacarias <[email protected]> --- src/lib/upnp/Discovery.cxx | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/lib/upnp/Discovery.cxx b/src/lib/upnp/Discovery.cxx index 9ea78c6..2c91e37 100644 --- a/src/lib/upnp/Discovery.cxx +++ b/src/lib/upnp/Discovery.cxx @@ -26,6 +26,8 @@ #include <upnp/upnptools.h> +#include <stdlib.h> + #include <string.h> // The service type string we are looking for. -- 2.0.4 _______________________________________________ mpd-devel mailing list [email protected] http://mailman.blarg.de/listinfo/mpd-devel
