]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] fixed a warning on OpenBSD : MIN/MAX redefined
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Apr 2007 14:10:57 +0000 (16:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Apr 2007 14:10:57 +0000 (16:10 +0200)
include/types/proxy.h
src/queue.c

index 4d5d868aa5cb74fe65538e4ef783ba3f9b0d5729..e446ed9e114dad5e9716eda87bd90e4503fb52d9 100644 (file)
@@ -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>
index fb4be395c958126f685cd9121ccd443f4e4f675d..54fd6a3b289a1af182d51e87278eee45a9a678e3 100644 (file)
@@ -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>