diff --git a/include/proto/proto_http.h b/include/proto/proto_http.h index db6252833b..d62cd9b9bd 100644 --- a/include/proto/proto_http.h +++ b/include/proto/proto_http.h @@ -23,6 +23,7 @@ #define _PROTO_PROTO_HTTP_H #include +#include #include #include #include diff --git a/include/proto/proto_tcp.h b/include/proto/proto_tcp.h index 17404d44a8..8ca7290e51 100644 --- a/include/proto/proto_tcp.h +++ b/include/proto/proto_tcp.h @@ -23,6 +23,7 @@ #define _PROTO_PROTO_TCP_H #include +#include #include #include diff --git a/include/types/proto_http.h b/include/types/proto_http.h index 3f827b873c..a208239469 100644 --- a/include/types/proto_http.h +++ b/include/types/proto_http.h @@ -27,7 +27,6 @@ #include #include -#include #include /* These are the flags that are found in txn->flags */