gno/include/termios.h

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