]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: missing regex.h include
authorThierry FOURNIER <tfournier@exceliance.fr>
Thu, 19 Jun 2014 11:37:01 +0000 (13:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jun 2014 12:29:32 +0000 (14:29 +0200)
include/types/proto_http.h

index affc231619f3a68fb8dc4bda69dd1f49f2f29e17..12e114171a536fa9711bd75494c0a27d8da4adca 100644 (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>