MINOR: missing regex.h include

This commit is contained in:
Thierry FOURNIER 2014-06-19 13:37:01 +02:00 committed by Willy Tarreau
parent 4147b2ef10
commit f4e6129e30

View File

@ -25,6 +25,7 @@
#include <common/chunk.h>
#include <common/config.h>
#include <common/mini-clist.h>
#include <common/regex.h>
#include <types/hdr_idx.h>