diff options
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 96687ce..5582c80 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -71,7 +71,7 @@ typedef unsigned long long uint64_t; extern "C" { #endif -#ifdef SSH_SAFE_NAMESPACE +#ifndef SSH_SAFE_NAMESPACE typedef struct ssh_string_struct STRING; typedef struct ssh_buffer_struct BUFFER; typedef struct ssh_public_key_struct PUBLIC_KEY; |