aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-10 21:46:23 +0100
committerMax Kellermann <max@duempel.org>2015-02-10 22:06:06 +0100
commit42890b9acf50c4406b61b3b37078c00ec79411fa (patch)
tree2a723dde7d6da3d82a68885a763bc24b187ebd94 /test
parent33a27379f9b2540660f9b52cd70904918c33fe4b (diff)
downloadmpd-42890b9acf50c4406b61b3b37078c00ec79411fa.tar.gz
mpd-42890b9acf50c4406b61b3b37078c00ec79411fa.tar.xz
mpd-42890b9acf50c4406b61b3b37078c00ec79411fa.zip
system/{Resolver,Socket{Error,Util}}: move to new library libnet.a
Diffstat (limited to 'test')
-rw-r--r--test/run_resolver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_resolver.cxx b/test/run_resolver.cxx
index 284f50d7b..bb40783eb 100644
--- a/test/run_resolver.cxx
+++ b/test/run_resolver.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "system/Resolver.hxx"
+#include "net/Resolver.hxx"
#include "util/Error.hxx"
#include "Log.hxx"