diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2009-09-08 10:28:56 -0300 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2009-09-08 10:28:56 -0300 |
commit | 0ae7e8020647dafaa382d7a9e82e46f2d63c132a (patch) | |
tree | 5923cfc6cb280a2b777484e67c4be0fbfa72d2fe /hardinfo2/ssh-conn.h | |
parent | 5e9949c3834f46faf76d6e57b10079cbd7687094 (diff) |
Cleanups
Diffstat (limited to 'hardinfo2/ssh-conn.h')
-rw-r--r-- | hardinfo2/ssh-conn.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <libsoup/soup.h> 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__ */ |