crlib: fixbuild

This commit is contained in:
dmitry 2020-06-12 18:59:56 +03:00 committed by jeefo
commit 4e109a174b

View file

@ -20,6 +20,7 @@
#include <crlib/cr-string.h>
#include <crlib/cr-files.h>
#include <crlib/cr-logger.h>
#include <crlib/cr-twin.h>
#include <crlib/cr-platform.h>
#if defined (CR_LINUX) || defined (CR_OSX)
@ -37,6 +38,8 @@
# include <ws2tcpip.h>
#endif
// TODO: make this work with real HTTP responses
// status codes for http client
CR_DECLARE_SCOPED_ENUM (HttpClientResult,
OK = 0,