diff options
author | Max Kellermann <max@duempel.org> | 2013-01-15 01:00:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-15 01:02:13 +0100 |
commit | f9fc3a42cc859c90b55c10743bd84832fa156b98 (patch) | |
tree | 628f67f0672f5f84c5d8ea82d5792018de71b3e9 /src/InotifySource.cxx | |
parent | 76bc28ab1e4ce17926905cbdae455cee8e275a1d (diff) | |
download | mpd-f9fc3a42cc859c90b55c10743bd84832fa156b98.tar.gz mpd-f9fc3a42cc859c90b55c10743bd84832fa156b98.tar.xz mpd-f9fc3a42cc859c90b55c10743bd84832fa156b98.zip |
fifo_buffer: move to util/
Diffstat (limited to 'src/InotifySource.cxx')
-rw-r--r-- | src/InotifySource.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InotifySource.cxx b/src/InotifySource.cxx index 5f6239585..37c96536f 100644 --- a/src/InotifySource.cxx +++ b/src/InotifySource.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "InotifySource.hxx" -#include "fifo_buffer.h" +#include "util/fifo_buffer.h" #include "fd_util.h" #include "mpd_error.h" |