crlib: fixbuild
This commit is contained in:
parent
785e927185
commit
4e109a174b
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue