mirror of https://github.com/F-Stack/f-stack.git
6 lines
151 B
C
6 lines
151 B
C
|
/* $FreeBSD$ */
|
||
|
#ifdef __GNUC__
|
||
|
#warning "this file includes <sys/termios.h> which is deprecated, use <termios.h> instead"
|
||
|
#endif
|
||
|
#include <termios.h>
|