fix header name change

This commit is contained in:
Igor Sysoev 2006-09-15 10:25:32 +00:00
parent f1761144b8
commit a7dd8d86cf
2 changed files with 6 additions and 6 deletions

View File

@ -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_ */

View File

@ -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>
@ -24,4 +24,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_ */