diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 22:48:48 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 22:48:48 -0200 |
commit | 7ffef14130b8f8e16031338aca4fcfb174d46075 (patch) | |
tree | 9aba657deb87b4bf31d8d2809a69eddcb1ac99c9 /hardinfo2/ssh-conn.c | |
parent | 148870bd0d9197dc4cfc08acf6be0c756d0f06bc (diff) |
Fix all compilation warnings (now being treated as errors).
Diffstat (limited to 'hardinfo2/ssh-conn.c')
-rw-r--r-- | hardinfo2/ssh-conn.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hardinfo2/ssh-conn.c b/hardinfo2/ssh-conn.c index b14310c2..7f099d35 100644 --- a/hardinfo2/ssh-conn.c +++ b/hardinfo2/ssh-conn.c @@ -25,13 +25,16 @@ #include "config.h" #ifdef HAS_LIBSOUP +#include <glib/gstdio.h> +#include <glib.h> +#include <unistd.h> +#include <sys/ioctl.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <stdio.h> #include <string.h> #include <errno.h> -#include <linux/termios.h> #include <sys/types.h> #include <sys/wait.h> |