mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-13 05:08:22 +00:00
[BUILD] fix build on FreeBSD (missing fd_set declaration)
Sorin Pop reported a patch to fix build on FreeBSD. The file common/standard.h used an fd_set in a declaration but did not include enough headers for it to be known.
This commit is contained in:
parent
e7a2438cae
commit
ca28d1e1cb
@ -24,6 +24,7 @@
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <common/config.h>
|
||||
#include <proto/fd.h>
|
||||
|
||||
/****** string-specific macros and functions ******/
|
||||
/* if a > max, then bound <a> to <max>. The macro returns the new <a> */
|
||||
|
Loading…
Reference in New Issue
Block a user