diff --git a/include/proto/proto_http.h b/include/proto/proto_http.h index db6252833..d62cd9b9b 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 17404d44a..8ca7290e5 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 3f827b873..a20823946 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 */