diff options
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r-- | hardinfo2/remote.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c index 0aacf61c..eab799a6 100644 --- a/hardinfo2/remote.c +++ b/hardinfo2/remote.c @@ -21,6 +21,9 @@ #include <string.h> #include "config.h" + +#ifdef HAS_LIBSOUP + #include "shell.h" #include "iconcache.h" #include "hardinfo.h" @@ -1187,3 +1190,6 @@ static HostManager *host_manager_new(GtkWidget * parent) return rd; } + +#endif /* HAS_LIBSOUP */ + |