aboutsummaryrefslogtreecommitdiff
path: root/src/Listen.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-15 21:42:55 +0100
committerMax Kellermann <max@duempel.org>2013-01-15 21:42:55 +0100
commitbc66dc45e6450c67320ba0408d5c34ebcafa0cb6 (patch)
tree1c1950c8c6c567325be09d4f5ed2780d6008d35f /src/Listen.cxx
parent70879356560d9b7f0343cc0f0cbd8331984cf96a (diff)
server_socket: convert to C++
Diffstat (limited to 'src/Listen.cxx')
-rw-r--r--src/Listen.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Listen.cxx b/src/Listen.cxx
index 157b7992..6b298769 100644
--- a/src/Listen.cxx
+++ b/src/Listen.cxx
@@ -22,10 +22,7 @@
#include "Main.hxx"
#include "Client.hxx"
#include "conf.h"
-
-extern "C" {
-#include "server_socket.h"
-}
+#include "ServerSocket.hxx"
#include <string.h>
#include <assert.h>