diff options
author | Max Kellermann <max@duempel.org> | 2014-11-02 11:04:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-02 11:04:13 +0100 |
commit | 054323c2bc8ec5f1e417f85e3293f2a91d8425d8 (patch) | |
tree | 8e8dc552b25bb4b07686cdfe8b46733d8870e87c /src/lib | |
parent | a8770aa606a1d83f252d150530db667bc7614da9 (diff) | |
download | mpd-054323c2bc8ec5f1e417f85e3293f2a91d8425d8.tar.gz mpd-054323c2bc8ec5f1e417f85e3293f2a91d8425d8.tar.xz mpd-054323c2bc8ec5f1e417f85e3293f2a91d8425d8.zip |
lib/upnp/Discovery: add missing stdlib.h include
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/upnp/Discovery.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/upnp/Discovery.cxx b/src/lib/upnp/Discovery.cxx index 9ea78c624..1539e1512 100644 --- a/src/lib/upnp/Discovery.cxx +++ b/src/lib/upnp/Discovery.cxx @@ -26,6 +26,7 @@ #include <upnp/upnptools.h> +#include <stdlib.h> #include <string.h> // The service type string we are looking for. |