From a8cff1d6a77a0767974b02dc2962267f9632432b Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 9 Apr 2007 16:10:57 +0200 Subject: [PATCH] [BUILD] fixed a warning on OpenBSD : MIN/MAX redefined --- include/types/proxy.h | 3 ++- src/queue.c | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/types/proxy.h b/include/types/proxy.h index 4d5d868aa..e446ed9e1 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 fb4be395c..54fd6a3b2 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 -- 2.47.3