From a054d410db7e3498b66181c0f29cdbf0dd08a532 Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Wed, 16 Oct 2013 16:19:38 +0200 Subject: [PATCH] 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. --- include/types/proto_http.h | 1 + 1 file changed, 1 insertion(+) 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