1
0
mirror of http://git.haproxy.org/git/haproxy.git/ synced 2025-02-12 08:27:24 +00:00

MINOR: acl: include pattern.h to make pattern migration more transparent

This commit is contained in:
Willy Tarreau 2011-12-16 15:47:06 +01:00
parent 8e5e955c50
commit 918458439e

View File

@ -24,6 +24,7 @@
#include <common/config.h>
#include <types/acl.h>
#include <proto/pattern.h>
/*
* FIXME: we need destructor functions too !