diff options
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 |