commit | f4e6129e30de2c4567eff0d57fac50c2cecdc263 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Thu Jun 19 13:37:01 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 19 14:29:32 2014 +0200 |
tree | ff24e5106400dee2210c942795b71895d3ce6d18 | |
parent | 4147b2ef1021e5351f32aad396fcd18e6c270075 [diff] |
MINOR: missing regex.h include
diff --git a/include/types/proto_http.h b/include/types/proto_http.h index affc231..12e1141 100644 --- a/include/types/proto_http.h +++ b/include/types/proto_http.h
@@ -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>