diff options
Diffstat (limited to 'src/common/compat_rust.h')
-rw-r--r-- | src/common/compat_rust.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat_rust.h b/src/common/compat_rust.h index 752a29b56c..72fde39296 100644 --- a/src/common/compat_rust.h +++ b/src/common/compat_rust.h @@ -24,5 +24,5 @@ const char *rust_str_get(const rust_str_t); rust_str_t rust_welcome_string(void); -#endif +#endif /* !defined(TOR_RUST_COMPAT_H) */ |