210:21274e5950af | 385:a1f4cb076d2f |
---|---|
35 #include "log.h" | 35 #include "log.h" |
36 #include "webserver.h" | 36 #include "webserver.h" |
37 | 37 |
38 #include "../util/systhr.h" | 38 #include "../util/systhr.h" |
39 | 39 |
40 #include "../../ucx/utils.h" | 40 #include <ucx/utils.h> |
41 #include "../../ucx/buffer.h" | 41 #include <ucx/buffer.h> |
42 | 42 |
43 #include "srvctrl.h" | 43 #include "srvctrl.h" |
44 | 44 |
45 #define SRVCTRL_THREAD_STACKSIZE 8192 | 45 #define SRVCTRL_THREAD_STACKSIZE 8192 |
46 | 46 |