diff options
Diffstat (limited to 'src/hftctl.c')
-rw-r--r-- | src/hftctl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hftctl.c b/src/hftctl.c index 1e038725777..6ba1e2fb7fd 100644 --- a/src/hftctl.c +++ b/src/hftctl.c @@ -52,6 +52,7 @@ #include <termios.h> #include <termio.h> #include <sys/hft.h> +#include <sys/uio.h> #include <sys/tty.h> /* #include <sys/pty.h> */ #define REMOTE 0x01 @@ -76,8 +77,8 @@ typedef int (*FUNC)(); /* pointer to a function */ /*************** EXTERNAL / GLOBAL DATA AREA ********************/ - int hfqry(); - int hfskbd(); +static int hfqry(); +static int hfskbd(); char *malloc(); extern int errno; |