diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-06-19 16:26:19 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-06-19 16:26:19 +0300 |
commit | b1b9f621a44725509aa7b6eab7305542945893a3 (patch) | |
tree | c9925a19d7304f52d9d5e2cc87a5ba5cc72acd4a /src/nxt_main.h | |
parent | 7574c64992b98d3dfbc3dd101bd0f7d78bad0823 (diff) | |
download | unit-b1b9f621a44725509aa7b6eab7305542945893a3.tar.gz unit-b1b9f621a44725509aa7b6eab7305542945893a3.tar.bz2 |
Memory pools refactoring.
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r-- | src/nxt_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index 19db0aa3..a7fa2355 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -76,7 +76,7 @@ typedef struct { } nxt_mem_proto_t; -#include <nxt_mem_cache_pool.h> +#include <nxt_mp.h> #include <nxt_mem_zone.h> #include <nxt_mem_pool_cleanup.h> #include <nxt_thread_time.h> |