]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD/MINOR: missing header file
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 16 Oct 2013 14:19:38 +0000 (16:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Oct 2013 13:53:56 +0000 (15:53 +0200)
In the header file "types/proto_http.h", the list are used
but the header file "mini-clist.h" is not included.

include/types/proto_http.h

index d0fa766cdd712ed8d5ae783a4a42af23cb887a1b..5a671b0b90cd213dd8ef75d5730d51e46af4c2d8 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <common/chunk.h>
 #include <common/config.h>
+#include <common/mini-clist.h>
 
 #include <types/hdr_idx.h>