aboutsummaryrefslogtreecommitdiff
path: root/src/InotifySource.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-15 01:01:25 +0100
committerMax Kellermann <max@duempel.org>2013-01-15 01:01:25 +0100
commit76bc28ab1e4ce17926905cbdae455cee8e275a1d (patch)
tree76b2b839842f95ff6961985c8dacf0fa3b5cb0b1 /src/InotifySource.cxx
parentf47f86ef020074728d30e9602f5fceec02315a88 (diff)
fifo_buffer: add extern "C"
Diffstat (limited to 'src/InotifySource.cxx')
-rw-r--r--src/InotifySource.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/InotifySource.cxx b/src/InotifySource.cxx
index f795733d..5f623958 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"