aboutsummaryrefslogtreecommitdiff
path: root/src/Listen.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 13:39:12 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 13:39:12 +0100
commit39d56d6b65dd8441afb39eb60553e25e768bbe7f (patch)
tree54a7a4e9cad1550aedaad66b59518f6c91b65764 /src/Listen.cxx
parenta291415326f87afe5b42a89e9a90029b876895f2 (diff)
ServerSocket: move to libevent.a
Diffstat (limited to 'src/Listen.cxx')
-rw-r--r--src/Listen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Listen.cxx b/src/Listen.cxx
index 7bc10dc1..f1d6e4fe 100644
--- a/src/Listen.cxx
+++ b/src/Listen.cxx
@@ -22,7 +22,7 @@
#include "Main.hxx"
#include "Client.hxx"
#include "conf.h"
-#include "ServerSocket.hxx"
+#include "event/ServerSocket.hxx"
#include <string.h>
#include <assert.h>