mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
[BUILD] includes order breaks OpenBSD build
Jeff Buchbinder reported that OpenBSD build broke on compat.h, and that this patch fixes the issue.
This commit is contained in:
parent
f2d9d84e96
commit
0e996c681f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,8 +23,8 @@
|
|||
#define _COMMON_COMPAT_H
|
||||
|
||||
/* This is needed on Linux for Netfilter includes */
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <common/config.h>
|
||||
#include <common/standard.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue