diff options
Diffstat (limited to 'libssh/crypt.c')
-rw-r--r-- | libssh/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/crypt.c b/libssh/crypt.c index bb3bb4e9..589fc978 100644 --- a/libssh/crypt.c +++ b/libssh/crypt.c @@ -24,6 +24,7 @@ MA 02111-1307, USA. */ #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <netdb.h> #ifdef OPENSSL_CRYPTO #include <openssl/blowfish.h> @@ -31,7 +32,6 @@ MA 02111-1307, USA. */ #include <openssl/hmac.h> #endif -#include <netdb.h> #include "libssh/priv.h" #include "libssh/crypto.h" |