[BUILD] fixed a warning on OpenBSD : MIN/MAX redefined
diff --git a/include/types/proxy.h b/include/types/proxy.h
index 4d5d868..e446ed9 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 <common/config.h>
 #include <common/mini-clist.h>
 #include <common/regex.h>
+#include <common/tools.h>
 
 #include <types/buffers.h>
 #include <types/httperr.h>
diff --git a/src/queue.c b/src/queue.c
index fb4be39..54fd6a3 100644
--- a/src/queue.c
+++ b/src/queue.c
@@ -1,7 +1,7 @@
 /*
  * Queue management functions.
  *
- * Copyright 2000-2006 Willy Tarreau <w@1wt.eu>
+ * Copyright 2000-2007 Willy Tarreau <w@1wt.eu>
  *
  * 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 <common/config.h>
 #include <common/time.h>
-#include <common/tools.h>
 
 #include <types/proxy.h>
 #include <types/session.h>