diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-09-15 10:25:32 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-09-15 10:25:32 +0000 |
commit | a7dd8d86cf084db7bccf89974e8a55470934b2ea (patch) | |
tree | 69892bc1b8289131ff19b8564eaa9b1fe805476d /src/os/unix/ngx_shmem.h | |
parent | f1761144b840c5f2b49fecfa35b6b5470556c6d4 (diff) | |
download | nginx-a7dd8d86cf084db7bccf89974e8a55470934b2ea.tar.gz nginx-a7dd8d86cf084db7bccf89974e8a55470934b2ea.zip |
fix header name change
Diffstat (limited to 'src/os/unix/ngx_shmem.h')
-rw-r--r-- | src/os/unix/ngx_shmem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os/unix/ngx_shmem.h b/src/os/unix/ngx_shmem.h index 72c54f166..85ef019b7 100644 --- a/src/os/unix/ngx_shmem.h +++ b/src/os/unix/ngx_shmem.h @@ -4,8 +4,8 @@ */ -#ifndef _NGX_SHARED_H_INCLUDED_ -#define _NGX_SHARED_H_INCLUDED_ +#ifndef _NGX_SHMEM_H_INCLUDED_ +#define _NGX_SHMEM_H_INCLUDED_ #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); -#endif /* _NGX_SHARED_H_INCLUDED_ */ +#endif /* _NGX_SHMEM_H_INCLUDED_ */ |