summaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/log.h b/src/common/log.h
index 15fb27e0a4..aa1e873050 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -11,7 +11,7 @@
* \brief Headers for log.c
**/
-#ifndef __LOG_H
+#ifndef _TOR_LOG_H
#define LOG_H_ID "$Id$"
#include "compat.h"
@@ -205,6 +205,6 @@ extern const char *_log_fn_function_name;
#endif /* !GNUC */
-# define __LOG_H
+# define _TOR_LOG_H
#endif