From: Willy Tarreau Date: Fri, 16 Dec 2011 14:47:06 +0000 (+0100) Subject: MINOR: acl: include pattern.h to make pattern migration more transparent X-Git-Tag: v1.5-dev8~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918458439e2b1a10625bbcaf1402c072ba4515f4;p=thirdparty%2Fhaproxy.git MINOR: acl: include pattern.h to make pattern migration more transparent --- diff --git a/include/proto/acl.h b/include/proto/acl.h index b3ae181e14..95407dd44a 100644 --- a/include/proto/acl.h +++ b/include/proto/acl.h @@ -24,6 +24,7 @@ #include #include +#include /* * FIXME: we need destructor functions too !