diff options
author | Max Kellermann <max@duempel.org> | 2013-01-15 01:01:25 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-15 01:01:25 +0100 |
commit | 76bc28ab1e4ce17926905cbdae455cee8e275a1d (patch) | |
tree | 76b2b839842f95ff6961985c8dacf0fa3b5cb0b1 /src/InotifySource.cxx | |
parent | f47f86ef020074728d30e9602f5fceec02315a88 (diff) | |
download | mpd-76bc28ab1e4ce17926905cbdae455cee8e275a1d.tar.gz mpd-76bc28ab1e4ce17926905cbdae455cee8e275a1d.tar.xz mpd-76bc28ab1e4ce17926905cbdae455cee8e275a1d.zip |
fifo_buffer: add extern "C"
Diffstat (limited to 'src/InotifySource.cxx')
-rw-r--r-- | src/InotifySource.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/InotifySource.cxx b/src/InotifySource.cxx index f795733d8..5f6239585 100644 --- a/src/InotifySource.cxx +++ b/src/InotifySource.cxx @@ -19,11 +19,7 @@ #include "config.h" #include "InotifySource.hxx" - -extern "C" { #include "fifo_buffer.h" -} - #include "fd_util.h" #include "mpd_error.h" |