[BUILD] warning in stream_interface.h

On some platforms, gcc complains about struct sockaddr.
This commit is contained in:
Emeric Brun 2010-01-04 14:47:58 +01:00 committed by Willy Tarreau
parent 8db1c17634
commit 129c59014c

View File

@ -23,6 +23,7 @@
#define _TYPES_STREAM_INTERFACE_H
#include <stdlib.h>
#include <sys/socket.h>
#include <types/buffers.h>
#include <common/config.h>