From 0ae7e8020647dafaa382d7a9e82e46f2d63c132a Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Tue, 8 Sep 2009 10:28:56 -0300 Subject: Cleanups --- hardinfo2/ssh-conn.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hardinfo2/ssh-conn.h') diff --git a/hardinfo2/ssh-conn.h b/hardinfo2/ssh-conn.h index 654f90c3..b1b0a9ca 100644 --- a/hardinfo2/ssh-conn.h +++ b/hardinfo2/ssh-conn.h @@ -25,6 +25,8 @@ #ifndef __SSH_CONN_H__ #define __SSH_CONN_H__ +#include "config.h" +#ifdef HAS_LIBSOUP #include typedef struct _SSHConn SSHConn; @@ -60,5 +62,5 @@ int ssh_write(SSHConn * conn, int ssh_read(gint fd, gpointer buffer, gint num_bytes, gint * bytes_read); const char *ssh_conn_errors[10]; - +#endif /* HAS_LIBSOUP */ #endif /* __SSH_CONN_H__ */ -- cgit v1.2.3