diff options
Diffstat (limited to 'modules/timer/gettimeofday/tm_unix.h')
-rw-r--r-- | modules/timer/gettimeofday/tm_unix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/timer/gettimeofday/tm_unix.h b/modules/timer/gettimeofday/tm_unix.h index 4b5b3e9dd..fd24a1563 100644 --- a/modules/timer/gettimeofday/tm_unix.h +++ b/modules/timer/gettimeofday/tm_unix.h @@ -3,8 +3,8 @@ * (C) 1999-2007 Jack Lloyd * *************************************************/ -#ifndef BOTAN_EXT_TIMER_UNIX_H__ -#define BOTAN_EXT_TIMER_UNIX_H__ +#ifndef BOTAN_TIMER_UNIX_H__ +#define BOTAN_TIMER_UNIX_H__ #include <botan/timers.h> |