[BUILD] stream_sock: previous fix lacked the #include, causing a warning.

This commit is contained in:
Willy Tarreau 2010-09-21 21:48:23 +02:00
parent e9f32dbf5c
commit fe598a7779

View File

@ -34,6 +34,7 @@
#include <proto/freq_ctr.h> #include <proto/freq_ctr.h>
#include <proto/log.h> #include <proto/log.h>
#include <proto/pipe.h> #include <proto/pipe.h>
#include <proto/protocols.h>
#include <proto/stream_sock.h> #include <proto/stream_sock.h>
#include <proto/task.h> #include <proto/task.h>