From: Willy Tarreau Date: Fri, 26 Feb 2010 21:00:19 +0000 (+0100) Subject: [BUILD] includes order breaks OpenBSD build X-Git-Tag: v1.4.1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e996c681ff47b4d503ba219e4e3eaba3e1770f0;p=thirdparty%2Fhaproxy.git [BUILD] includes order breaks OpenBSD build Jeff Buchbinder reported that OpenBSD build broke on compat.h, and that this patch fixes the issue. --- diff --git a/include/common/compat.h b/include/common/compat.h index 3c939ce61f..9eecdfbee6 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