Mercurial > hg > octave-avbm
comparison src/utils.cc @ 2442:f667d7ec08b9
[project @ 1996-10-30 18:46:22 by jwe]
author | jwe |
---|---|
date | Wed, 30 Oct 1996 18:46:25 +0000 |
parents | 3e0a2661f0a0 |
children | 06595bc7f2d0 |
comparison
equal
deleted
inserted
replaced
2441:91752cdf8981 | 2442:f667d7ec08b9 |
---|---|
33 #include <fstream.h> | 33 #include <fstream.h> |
34 #include <iostream.h> | 34 #include <iostream.h> |
35 #include <strstream.h> | 35 #include <strstream.h> |
36 | 36 |
37 #ifdef HAVE_UNISTD_H | 37 #ifdef HAVE_UNISTD_H |
38 #ifdef HAVE_SYS_TYPES_H | |
38 #include <sys/types.h> | 39 #include <sys/types.h> |
40 #endif | |
39 #include <unistd.h> | 41 #include <unistd.h> |
40 #endif | 42 #endif |
41 | 43 |
42 #if defined (HAVE_TERMIOS_H) | 44 #if defined (HAVE_TERMIOS_H) |
43 #include <termios.h> | 45 #include <termios.h> |