diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-06-23 19:19:41 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-06-23 19:19:41 +0300 |
commit | 0fdcdde6c83511871cebff698a1fe1f930347335 (patch) | |
tree | ba88f51490f6acc2cea81c76c37101c679b6a10e /src/nxt_main.h | |
parent | 58e20da984d395857c3334ce74aa7c99dae84377 (diff) | |
download | unit-0fdcdde6c83511871cebff698a1fe1f930347335.tar.gz unit-0fdcdde6c83511871cebff698a1fe1f930347335.tar.bz2 |
lvlhash for ports moved to separate files for future re-use.
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r-- | src/nxt_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index d1230f71..0aa2192c 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -158,6 +158,7 @@ typedef struct nxt_upstream_source_s nxt_upstream_source_t; #include <nxt_http_source.h> #include <nxt_fastcgi_source.h> #include <nxt_runtime.h> +#include <nxt_port_hash.h> #if (NXT_LIB_UNIT_TEST) |