diff options
author | Max Kellermann <max@musicpd.org> | 2017-12-16 20:50:53 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-12-16 20:56:06 +0100 |
commit | 6246d36fe6503e6bed3bca6aa5ca783c6188d76f (patch) | |
tree | 51521bbb43bc2bbbc34a14c393a0f65880aabbbc /src/lib/upnp/Discovery.hxx | |
parent | fbc4bb29dcc471a08e47f10ffaa24ad8da6d40a2 (diff) | |
parent | f1ef9f9d31c71857db021029326715028a217906 (diff) |
Merge branch 'v0.20.x'
Diffstat (limited to 'src/lib/upnp/Discovery.hxx')
-rw-r--r-- | src/lib/upnp/Discovery.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upnp/Discovery.hxx b/src/lib/upnp/Discovery.hxx index eb6297a73..623b5d8dc 100644 --- a/src/lib/upnp/Discovery.hxx +++ b/src/lib/upnp/Discovery.hxx @@ -30,7 +30,7 @@ #include "event/DeferEvent.hxx" #include "Compiler.h" -#include <upnp/upnp.h> +#include <upnp.h> #include <boost/intrusive/list.hpp> |