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/net/SocketUtil.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/net/SocketUtil.cxx (renamed from src/system/SocketUtil.cxx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/SocketUtil.cxx b/src/net/SocketUtil.cxx index 26fc94bd4..556a8d037 100644 --- a/src/system/SocketUtil.cxx +++ b/src/net/SocketUtil.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "SocketUtil.hxx" #include "SocketError.hxx" -#include "fd_util.h" +#include "system/fd_util.h" #include <unistd.h> |