From: Thierry FOURNIER Date: Wed, 16 Oct 2013 14:19:38 +0000 (+0200) Subject: BUILD/MINOR: missing header file X-Git-Tag: v1.5-dev20~255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a054d410db7e3498b66181c0f29cdbf0dd08a532;p=thirdparty%2Fhaproxy.git BUILD/MINOR: missing header file In the header file "types/proto_http.h", the list are used but the header file "mini-clist.h" is not included. --- diff --git a/include/types/proto_http.h b/include/types/proto_http.h index d0fa766cdd..5a671b0b90 100644 --- a/include/types/proto_http.h +++ b/include/types/proto_http.h @@ -24,6 +24,7 @@ #include #include +#include #include