mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08:00
fix header name change
This commit is contained in:
parent
f1761144b8
commit
a7dd8d86cf
@ -4,8 +4,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _NGX_SHARED_H_INCLUDED_
|
#ifndef _NGX_SHMEM_H_INCLUDED_
|
||||||
#define _NGX_SHARED_H_INCLUDED_
|
#define _NGX_SHMEM_H_INCLUDED_
|
||||||
|
|
||||||
|
|
||||||
#include <ngx_config.h>
|
#include <ngx_config.h>
|
||||||
@ -23,4 +23,4 @@ ngx_int_t ngx_shm_alloc(ngx_shm_t *shm);
|
|||||||
void ngx_shm_free(ngx_shm_t *shm);
|
void ngx_shm_free(ngx_shm_t *shm);
|
||||||
|
|
||||||
|
|
||||||
#endif /* _NGX_SHARED_H_INCLUDED_ */
|
#endif /* _NGX_SHMEM_H_INCLUDED_ */
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _NGX_SHARED_H_INCLUDED_
|
#ifndef _NGX_SHMEM_H_INCLUDED_
|
||||||
#define _NGX_SHARED_H_INCLUDED_
|
#define _NGX_SHMEM_H_INCLUDED_
|
||||||
|
|
||||||
|
|
||||||
#include <ngx_config.h>
|
#include <ngx_config.h>
|
||||||
@ -24,4 +24,4 @@ ngx_int_t ngx_shm_alloc(ngx_shm_t *shm);
|
|||||||
void ngx_shm_free(ngx_shm_t *shm);
|
void ngx_shm_free(ngx_shm_t *shm);
|
||||||
|
|
||||||
|
|
||||||
#endif /* _NGX_SHARED_H_INCLUDED_ */
|
#endif /* _NGX_SHMEM_H_INCLUDED_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user