From: Willy Tarreau Date: Mon, 9 Apr 2007 14:10:57 +0000 (+0200) Subject: [BUILD] fixed a warning on OpenBSD : MIN/MAX redefined X-Git-Tag: v1.3.9~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8cff1d6a77a0767974b02dc2962267f9632432b;p=thirdparty%2Fhaproxy.git [BUILD] fixed a warning on OpenBSD : MIN/MAX redefined --- diff --git a/include/types/proxy.h b/include/types/proxy.h index 4d5d868aa5..e446ed9e11 100644 --- a/include/types/proxy.h +++ b/include/types/proxy.h @@ -2,7 +2,7 @@ include/types/proxy.h This file defines everything related to proxies. - Copyright (C) 2000-2006 Willy Tarreau - w@1wt.eu + Copyright (C) 2000-2007 Willy Tarreau - w@1wt.eu This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -32,6 +32,7 @@ #include #include #include +#include #include #include diff --git a/src/queue.c b/src/queue.c index fb4be395c9..54fd6a3b28 100644 --- a/src/queue.c +++ b/src/queue.c @@ -1,7 +1,7 @@ /* * Queue management functions. * - * Copyright 2000-2006 Willy Tarreau + * Copyright 2000-2007 Willy Tarreau * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -12,7 +12,6 @@ #include #include -#include #include #include