diff -rc octave-1.1.1.orig/info/Makefile.in octave-1.1.1/info/Makefile.in *** octave-1.1.1.orig/info/Makefile.in Tue Nov 15 22:49:10 1994 --- octave-1.1.1/info/Makefile.in Tue Apr 11 18:22:52 1995 *************** *** 191,196 **** --- 191,197 ---- display.o: nodes.h info-utils.h search.h display.o: terminal.h window.h display.h echo_area.o: info.h + error.o: terminal.h window.h dribble.h info.h filesys.o: general.h tilde.h filesys.h footnotes.o: footnotes.h info-utils.o: info-utils.h nodes.h search.h *************** *** 206,212 **** signals.o: info.h signals.h terminal.o: terminal.h termdep.h tilde.o: tilde.h ! variables.c: variables.h window.o: nodes.h window.h display.h window.o: info-utils.h search.h infomap.h --- 207,213 ---- signals.o: info.h signals.h terminal.o: terminal.h termdep.h tilde.o: tilde.h ! variables.o: variables.h window.o: nodes.h window.h display.h window.o: info-utils.h search.h infomap.h diff -rc octave-1.1.1.orig/liboctave/dMatrix.cc octave-1.1.1/liboctave/dMatrix.cc *** octave-1.1.1.orig/liboctave/dMatrix.cc Thu Feb 2 23:31:13 1995 --- octave-1.1.1/liboctave/dMatrix.cc Mon Apr 10 22:05:24 1995 *************** *** 29,34 **** --- 29,35 ---- #include #include #include + #include #include diff -rc octave-1.1.1.orig/src/sysdep.cc octave-1.1.1/src/sysdep.cc *** octave-1.1.1.orig/src/sysdep.cc Wed Feb 22 02:34:51 1995 --- octave-1.1.1/src/sysdep.cc Tue Apr 11 14:06:19 1995 *************** *** 55,65 **** extern "C" { - #include - - extern char *term_clrpag; - extern void _rl_output_character_function (); - #if defined (HAVE_TERMIOS_H) #include #elif defined (HAVE_TERMIO_H) --- 55,60 ---- *************** *** 69,74 **** --- 64,74 ---- #else LOSE! LOSE! #endif + + #include + + extern char *term_clrpag; + extern void _rl_output_character_function (); } #ifndef STDIN_FILENO