diff --git a/ext/crlib/cr-http.h b/ext/crlib/cr-http.h index 62720ef..3b61d0e 100644 --- a/ext/crlib/cr-http.h +++ b/ext/crlib/cr-http.h @@ -20,6 +20,7 @@ #include #include #include +#include #include #if defined (CR_LINUX) || defined (CR_OSX) @@ -37,6 +38,8 @@ # include #endif +// TODO: make this work with real HTTP responses + // status codes for http client CR_DECLARE_SCOPED_ENUM (HttpClientResult, OK = 0,