Mercurial > hg > octave-nkf
comparison src/oct-procbuf.cc @ 2442:f667d7ec08b9
[project @ 1996-10-30 18:46:22 by jwe]
author | jwe |
---|---|
date | Wed, 30 Oct 1996 18:46:25 +0000 |
parents | a23645b0364e |
children | 8b262e771614 |
comparison
equal
deleted
inserted
replaced
2441:91752cdf8981 | 2442:f667d7ec08b9 |
---|---|
27 #include <cerrno> | 27 #include <cerrno> |
28 | 28 |
29 #include <iostream.h> | 29 #include <iostream.h> |
30 | 30 |
31 #ifdef HAVE_UNISTD_H | 31 #ifdef HAVE_UNISTD_H |
32 #ifdef HAVE_SYS_TYPES_H | |
32 #include <sys/types.h> | 33 #include <sys/types.h> |
34 #endif | |
33 #include <unistd.h> | 35 #include <unistd.h> |
34 #endif | 36 #endif |
35 | 37 |
36 #include "oct-procbuf.h" | 38 #include "oct-procbuf.h" |
37 #include "syswait.h" | 39 #include "syswait.h" |