From: Willy Tarreau Date: Sun, 15 Oct 2006 20:57:13 +0000 (+0200) Subject: [BUILD] is not present on OpenBSD. Prefer X-Git-Tag: v1.3.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014b4fecb2b1c2f2a0a372ba107ac3a10bc5a014;p=thirdparty%2Fhaproxy.git [BUILD] is not present on OpenBSD. Prefer --- diff --git a/include/common/epoll.h b/include/common/epoll.h index 56eef7ec64..8b05ece262 100644 --- a/include/common/epoll.h +++ b/include/common/epoll.h @@ -29,7 +29,7 @@ #ifndef _COMMON_EPOLL_H #define _COMMON_EPOLL_H -#include +#include #include #include diff --git a/include/types/buffers.h b/include/types/buffers.h index b96d14b9bc..3e33abf901 100644 --- a/include/types/buffers.h +++ b/include/types/buffers.h @@ -25,7 +25,8 @@ #include #include -#include +#include +#include /* The BF_* macros designate Buffer Flags, which may be ORed in the bit field * member 'flags' in struct buffer.