commit | 918458439e2b1a10625bbcaf1402c072ba4515f4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 16 15:47:06 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 30 17:33:25 2011 +0100 |
tree | b722604665bce393070302a7d9024c547c5d8803 | |
parent | 8e5e955c5080c621aac3854f8506cb8966d517ab [diff] |
MINOR: acl: include pattern.h to make pattern migration more transparent
diff --git a/include/proto/acl.h b/include/proto/acl.h index b3ae181..95407dd 100644 --- a/include/proto/acl.h +++ b/include/proto/acl.h
@@ -24,6 +24,7 @@ #include <common/config.h> #include <types/acl.h> +#include <proto/pattern.h> /* * FIXME: we need destructor functions too !