mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-09 06:46:55 +00:00
[BUILD] fixed build of files including standard.h on OpenBSD
The file standard.h included netinet/in.h without including sys/types.h. This broke build on OpenBSD.
This commit is contained in:
parent
13398d3896
commit
938b303a04
@ -23,6 +23,7 @@
|
||||
#define _COMMON_STANDARD_H
|
||||
|
||||
#include <limits.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <common/config.h>
|
||||
#include <proto/fd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user