* process.c: Include "systty.h", not "systerm.h".
authorJim Blandy <jimb@redhat.com>
Sat, 29 Aug 1992 03:05:43 +0000 (03:05 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 29 Aug 1992 03:05:43 +0000 (03:05 +0000)
src/process.c

index 55ee337..3b0c05c 100644 (file)
@@ -70,7 +70,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif /* not IRIS */
 
 #include "systime.h"
-#include "systerm.h"
+#include "systty.h"
 
 #include "lisp.h"
 #include "window.h"