diff options
Diffstat (limited to 'src/common/mempool.h')
-rw-r--r-- | src/common/mempool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mempool.h b/src/common/mempool.h index 67e3785ec0..584f0ae068 100644 --- a/src/common/mempool.h +++ b/src/common/mempool.h @@ -7,8 +7,8 @@ * \brief Headers for mempool.c **/ -#ifndef MEMPOOL_H -#define MEMPOOL_H +#ifndef _TOR_MEMPOOL_H +#define _TOR_MEMPOOL_H /** A memory pool is a context in which a large number of fixed-sized * objects can be allocated efficiently. See mempool.c for implementation |