event/BufferedSocket: add missing include

This commit is contained in:
Max Kellermann 2013-08-08 00:11:38 +02:00
parent 3ac2e9d31f
commit 377b6f05ea

View File

@ -22,6 +22,7 @@
#include "check.h"
#include "SocketMonitor.hxx"
#include "gerror.h"
#include "gcc.h"
struct fifo_buffer;