From 0e996c681ff47b4d503ba219e4e3eaba3e1770f0 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 26 Feb 2010 22:00:19 +0100 Subject: [PATCH] [BUILD] includes order breaks OpenBSD build Jeff Buchbinder reported that OpenBSD build broke on compat.h, and that this patch fixes the issue. --- include/common/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/compat.h b/include/common/compat.h index 3c939ce61..9eecdfbee 100644 --- a/include/common/compat.h +++ b/include/common/compat.h @@ -23,8 +23,8 @@ #define _COMMON_COMPAT_H /* This is needed on Linux for Netfilter includes */ -#include #include +#include #include #include -- 2.47.3