diff options
author | Max Kellermann <max@duempel.org> | 2015-02-10 21:46:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-02-10 22:06:06 +0100 |
commit | 42890b9acf50c4406b61b3b37078c00ec79411fa (patch) | |
tree | 2a723dde7d6da3d82a68885a763bc24b187ebd94 /src/output/plugins/httpd/HttpdOutputPlugin.cxx | |
parent | 33a27379f9b2540660f9b52cd70904918c33fe4b (diff) | |
download | mpd-42890b9acf50c4406b61b3b37078c00ec79411fa.tar.gz mpd-42890b9acf50c4406b61b3b37078c00ec79411fa.tar.xz mpd-42890b9acf50c4406b61b3b37078c00ec79411fa.zip |
system/{Resolver,Socket{Error,Util}}: move to new library libnet.a
Diffstat (limited to '')
-rw-r--r-- | src/output/plugins/httpd/HttpdOutputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/httpd/HttpdOutputPlugin.cxx b/src/output/plugins/httpd/HttpdOutputPlugin.cxx index a99f9b412..05e3d53d0 100644 --- a/src/output/plugins/httpd/HttpdOutputPlugin.cxx +++ b/src/output/plugins/httpd/HttpdOutputPlugin.cxx @@ -25,7 +25,7 @@ #include "encoder/EncoderInterface.hxx" #include "encoder/EncoderPlugin.hxx" #include "encoder/EncoderList.hxx" -#include "system/Resolver.hxx" +#include "net/Resolver.hxx" #include "Page.hxx" #include "IcyMetaDataServer.hxx" #include "system/fd_util.h" |