aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/FullyBufferedSocket.cxx
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 /src/event/FullyBufferedSocket.cxx
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 'src/event/FullyBufferedSocket.cxx')
-rw-r--r--src/event/FullyBufferedSocket.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/FullyBufferedSocket.cxx b/src/event/FullyBufferedSocket.cxx
index 6e52e704c..ba7f7b455 100644
--- a/src/event/FullyBufferedSocket.cxx
+++ b/src/event/FullyBufferedSocket.cxx
@@ -19,7 +19,7 @@
#include "config.h"
#include "FullyBufferedSocket.hxx"
-#include "system/SocketError.hxx"
+#include "net/SocketError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Compiler.h"