diff options
Diffstat (limited to 'winsup/cygwin/tty.h')
-rw-r--r-- | winsup/cygwin/tty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/tty.h b/winsup/cygwin/tty.h index 09583bd28..1aa908c79 100644 --- a/winsup/cygwin/tty.h +++ b/winsup/cygwin/tty.h @@ -8,6 +8,8 @@ This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ +#ifndef _TTY_H +#define _TTY_H /* tty tables */ #define INP_BUFFER_SIZE 256 @@ -148,3 +150,4 @@ public: }; extern "C" int ttyslot (void); +#endif /*_TTY_H*/ |