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>