aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-08-29 03:05:43 +0000
committerJim Blandy1992-08-29 03:05:43 +0000
commit36ebaafa99b6c6f2268b45f3d433a26ea3459657 (patch)
tree73ff11d6c1bccb149fb3a2f211dceaf99ebb60b8
parent6ef5b54f5887f8e1f4d3e1168b5cd540e87afb2b (diff)
downloademacs-36ebaafa99b6c6f2268b45f3d433a26ea3459657.tar.gz
emacs-36ebaafa99b6c6f2268b45f3d433a26ea3459657.zip
* process.c: Include "systty.h", not "systerm.h".
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 55ee3373c50..3b0c05ca061 100644
--- a/src/process.c
+++ b/src/process.c
@@ -70,7 +70,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
70#endif /* not IRIS */ 70#endif /* not IRIS */
71 71
72#include "systime.h" 72#include "systime.h"
73#include "systerm.h" 73#include "systty.h"
74 74
75#include "lisp.h" 75#include "lisp.h"
76#include "window.h" 76#include "window.h"