ServerSocket: move to libevent.a

This commit is contained in:
Max Kellermann
2013-01-30 13:39:12 +01:00
parent a291415326
commit 39d56d6b65
5 changed files with 4 additions and 5 deletions

View File

@@ -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>