lib/upnp/Discovery: add missing stdlib.h include

This commit is contained in:
Max Kellermann 2014-11-02 11:04:13 +01:00
parent a8770aa606
commit 054323c2bc

View File

@ -26,6 +26,7 @@
#include <upnp/upnptools.h>
#include <stdlib.h>
#include <string.h>
// The service type string we are looking for.