diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-19 08:16:29 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-19 08:16:29 +0000 |
commit | a8503de5b34bbe751a1f9d7a9367ff2b0a09abd9 (patch) | |
tree | 572ccc206e8dab65e147b7063e8fce7f33c880d2 /src | |
parent | db263f881ab83ebf6b9eb0982cedc241cc3df97f (diff) | |
download | nginx-a8503de5b34bbe751a1f9d7a9367ff2b0a09abd9.tar.gz nginx-a8503de5b34bbe751a1f9d7a9367ff2b0a09abd9.zip |
add includes
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ngx_crc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_crc.h b/src/core/ngx_crc.h index 11bf32824..c77f037ab 100644 --- a/src/core/ngx_crc.h +++ b/src/core/ngx_crc.h @@ -8,6 +8,10 @@ #define _NGX_CRC_H_INCLUDED_ +#include <ngx_config.h> +#include <ngx_core.h> + + /* 32-bit crc16 */ static ngx_inline uint32_t |