From 918458439e2b1a10625bbcaf1402c072ba4515f4 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 16 Dec 2011 15:47:06 +0100 Subject: [PATCH] MINOR: acl: include pattern.h to make pattern migration more transparent --- include/proto/acl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/proto/acl.h b/include/proto/acl.h index b3ae181e1..95407dd44 100644 --- a/include/proto/acl.h +++ b/include/proto/acl.h @@ -24,6 +24,7 @@ #include #include +#include /* * FIXME: we need destructor functions too !