aboutsummaryrefslogtreecommitdiff
path: root/src/ClientRead.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/ClientRead.cxx
parentf47f86ef020074728d30e9602f5fceec02315a88 (diff)
fifo_buffer: add extern "C"
Diffstat (limited to 'src/ClientRead.cxx')
-rw-r--r--src/ClientRead.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ClientRead.cxx b/src/ClientRead.cxx
index aab4cae3..e84f6622 100644
--- a/src/ClientRead.cxx
+++ b/src/ClientRead.cxx
@@ -19,10 +19,7 @@
#include "config.h"
#include "ClientInternal.hxx"
-
-extern "C" {
#include "fifo_buffer.h"
-}
#include <assert.h>
#include <string.h>