diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-23 20:57:12 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-23 20:57:12 +0000 |
commit | b54698b5798b7f1a54226274347ce1faee5a92a4 (patch) | |
tree | 4708e97a3ed7ae2fc5cc56b02a5f606dc0522707 /src/core/ngx_core.h | |
parent | 0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970 (diff) | |
download | nginx-b54698b5798b7f1a54226274347ce1faee5a92a4.tar.gz nginx-b54698b5798b7f1a54226274347ce1faee5a92a4.zip |
nginx-0.0.2-2004-02-23-23:57:12 import
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 6bfefcc49..f8803c8ff 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -20,6 +20,7 @@ typedef struct ngx_connection_s ngx_connection_t; #include <ngx_socket.h> #include <ngx_errno.h> #include <ngx_process.h> +#include <ngx_thread.h> #include <ngx_string.h> #include <ngx_parse.h> #include <ngx_log.h> |