diff options
Diffstat (limited to 'modules/mutex/pthreads/mux_pthr.h')
-rw-r--r-- | modules/mutex/pthreads/mux_pthr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mutex/pthreads/mux_pthr.h b/modules/mutex/pthreads/mux_pthr.h index 1b83dbead..efdabfed4 100644 --- a/modules/mutex/pthreads/mux_pthr.h +++ b/modules/mutex/pthreads/mux_pthr.h @@ -3,8 +3,8 @@ * (C) 1999-2007 Jack Lloyd * *************************************************/ -#ifndef BOTAN_EXT_MUTEX_PTHREAD_H__ -#define BOTAN_EXT_MUTEX_PTHREAD_H__ +#ifndef BOTAN_MUTEX_PTHREAD_H__ +#define BOTAN_MUTEX_PTHREAD_H__ #include <botan/mutex.h> |