*** morse.c.orig	Sun Jun 30 08:17:33 1996
--- morse.c	Sun Jun 30 08:24:54 1996
***************
*** 112,117 ****
--- 112,121 ----
  #include <ctype.h>
  #include <signal.h>
  #include "beep.h"
+ /* Include sgtty.h for Linux. */
+ #ifdef __linux
+ #include <bsd/sgtty.h>
+ #endif
  /* Define USG for termio a la System V. */
  #ifdef __hpux
  #define USG
