Skip to content

Commit

Permalink
Inclure termios.h pour Linux.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@795 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed May 7, 1996
1 parent cd07e60 commit f53d02c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions byterun/terminfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

#ifdef HAS_TERMCAP

#ifdef __linux__
#include <termios.h>
#endif
#define _BSD /* For DEC OSF1 */
#undef getch
#include <curses.h>
Expand Down

0 comments on commit f53d02c

Please sign in to comment.