diff options
Diffstat (limited to 'include/termios.h')
-rw-r--r-- | include/termios.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/termios.h b/include/termios.h index 90237a8101..ed3b36525f 100644 --- a/include/termios.h +++ b/include/termios.h @@ -1,4 +1,6 @@ +#ifndef _TERMIOS_H #include <termios/termios.h> /* Now define the internal interfaces. */ extern int __tcgetattr __P ((int __fd, struct termios *__termios_p)); +#endif |