diff options
Diffstat (limited to 'src/common/memarea.h')
-rw-r--r-- | src/common/memarea.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/memarea.h b/src/common/memarea.h index 06c5be1198..b6507728eb 100644 --- a/src/common/memarea.h +++ b/src/common/memarea.h @@ -3,8 +3,8 @@ /* $Id$ */ /* Tor dependencies */ -#ifndef MEMAREA_H -#define MEMAREA_H +#ifndef _TOR_MEMAREA_H +#define _TOR_MEMAREA_H typedef struct memarea_t memarea_t; |