mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-12 11:05:12 +00:00
15 lines
216 B
C
15 lines
216 B
C
/*
|
|
* Too bad we don't have symlinks for GNO ...
|
|
*
|
|
* $Id: termios.h,v 1.1 1997/02/28 04:42:03 gdr Exp $
|
|
*/
|
|
|
|
#ifndef _TERMIOS_H_
|
|
#define _TERMIOS_H_
|
|
|
|
#ifndef _SYS_TERMIOS_H_
|
|
#include <sys/termios.h>
|
|
#endif
|
|
|
|
#endif
|