diff options
Diffstat (limited to 'modules/allocation/alloc_mmap/mmap_mem.h')
-rw-r--r-- | modules/allocation/alloc_mmap/mmap_mem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/allocation/alloc_mmap/mmap_mem.h b/modules/allocation/alloc_mmap/mmap_mem.h index ddf999014..a6f68d039 100644 --- a/modules/allocation/alloc_mmap/mmap_mem.h +++ b/modules/allocation/alloc_mmap/mmap_mem.h @@ -3,8 +3,8 @@ * (C) 1999-2007 Jack Lloyd * *************************************************/ -#ifndef BOTAN_EXT_MMAP_ALLOCATOR_H__ -#define BOTAN_EXT_MMAP_ALLOCATOR_H__ +#ifndef BOTAN_MMAP_ALLOCATOR_H__ +#define BOTAN_MMAP_ALLOCATOR_H__ #include <botan/mem_pool.h> |