summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry FOURNIER <tfournier@exceliance.fr>2014-06-19 13:37:01 +0200
committerWilly Tarreau <w@1wt.eu>2014-06-19 14:29:32 +0200
commitf4e6129e30de2c4567eff0d57fac50c2cecdc263 (patch)
treeff24e5106400dee2210c942795b71895d3ce6d18
parent4147b2ef1021e5351f32aad396fcd18e6c270075 (diff)
downloadhaproxy-f4e6129e30de2c4567eff0d57fac50c2cecdc263.tar.gz
MINOR: missing regex.h include
-rw-r--r--include/types/proto_http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types/proto_http.h b/include/types/proto_http.h
index affc23161..12e114171 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>