[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
|
@ -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 New Issue