mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
[BUILD] warning in stream_interface.h
On some platforms, gcc complains about struct sockaddr.
This commit is contained in:
parent
8db1c17634
commit
129c59014c
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#define _TYPES_STREAM_INTERFACE_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <types/buffers.h>
|
||||
#include <common/config.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue