diff options
author | Max Kellermann <max@duempel.org> | 2013-12-19 12:46:10 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-19 12:46:21 +0100 |
commit | 45ad7696fe0a7c475d60f3ff1a58778e5329e612 (patch) | |
tree | 0fef0a2ba1d1680803e5142473c9e951854f16ed /src | |
parent | d86cd4e4b49863b3cd42ecff66c6b49397a5b8a7 (diff) | |
download | mpd-45ad7696fe0a7c475d60f3ff1a58778e5329e612.tar.gz mpd-45ad7696fe0a7c475d60f3ff1a58778e5329e612.tar.xz mpd-45ad7696fe0a7c475d60f3ff1a58778e5329e612.zip |
output/osx: fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/output/OSXOutputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/OSXOutputPlugin.cxx b/src/output/OSXOutputPlugin.cxx index 098acd6dc..907cb0346 100644 --- a/src/output/OSXOutputPlugin.cxx +++ b/src/output/OSXOutputPlugin.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "OSXOutputPlugin.hxx" #include "OutputAPI.hxx" -#include "utill/DynamicFifoBuffer.hxx" +#include "util/DynamicFifoBuffer.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" #include "thread/Mutex.hxx" |