diff options
| author | Per Larsson <[email protected]> | 2022-03-23 14:03:01 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2022-03-23 14:03:01 +0100 |
| commit | a1c5a93627fefa2db6dd3ae620e112ba46065f78 (patch) | |
| tree | 90ae9bf52a10c1ecfcdd85c47fc89ceb22795162 /zenhttp/httpsys.h | |
| parent | Map derived data references. (diff) | |
| parent | Added route '/prj/list' for retrieving project info. (diff) | |
| download | zen-a1c5a93627fefa2db6dd3ae620e112ba46065f78.tar.xz zen-a1c5a93627fefa2db6dd3ae620e112ba46065f78.zip | |
Merge branch 'main' into ddcref
Diffstat (limited to 'zenhttp/httpsys.h')
| -rw-r--r-- | zenhttp/httpsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpsys.h b/zenhttp/httpsys.h index 0453b8740..d6bd34890 100644 --- a/zenhttp/httpsys.h +++ b/zenhttp/httpsys.h @@ -15,8 +15,8 @@ #if ZEN_WITH_HTTPSYS # define _WINSOCKAPI_ # include <zencore/windows.h> +# include <zencore/workthreadpool.h> # include "iothreadpool.h" -# include "workthreadpool.h" # include <http.h> |