1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Fixes for implicit declaration warnings

Signed-off-by: Anuradha Weeraman <aweeraman@gmail.com>
This commit is contained in:
Anuradha Weeraman 2020-06-14 09:55:08 -04:00
parent 6109f54a5e
commit 49cac9e604
3 changed files with 9 additions and 4 deletions

View file

@ -185,6 +185,10 @@
# endif /* !FIORDCHK */
#endif /* FIONREAD */
#if _sys_ioctl
#include <sys/ioctl.h>
#endif
extern int tty_alt(int);
extern void tty_cooked(int);
extern int tty_get(int,struct termios*);