diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:14:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:14:54 +0100 |
commit | 6b70f5e49097c334c461994bb855709977bd8dae (patch) | |
tree | 739b8a1b6ba02a95729d7743bb79290abda74934 /test/run_avahi.cxx | |
parent | 4aa6d39fd8dfbb822db2f156ba371c1a5000f35c (diff) | |
download | mpd-6b70f5e49097c334c461994bb855709977bd8dae.tar.gz mpd-6b70f5e49097c334c461994bb855709977bd8dae.tar.xz mpd-6b70f5e49097c334c461994bb855709977bd8dae.zip |
Zeroconf*: move to zeroconf/
Diffstat (limited to '')
-rw-r--r-- | test/run_avahi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_avahi.cxx b/test/run_avahi.cxx index b44980bc6..d1c153cfd 100644 --- a/test/run_avahi.cxx +++ b/test/run_avahi.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "event/Loop.hxx" #include "ShutdownHandler.hxx" -#include "ZeroconfAvahi.hxx" +#include "zeroconf/ZeroconfAvahi.hxx" #include <stdlib.h> |