diff options
author | Miles Bader <miles@gnu.org> | 1995-07-05 18:03:15 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-05 18:03:15 +0000 |
commit | 4a3686122606cb3e178bfe8897495388d8e3dfbc (patch) | |
tree | 23b1a2a200d7c475f696a420d81453fe55548cbe /pflocal | |
parent | 4605b51cb793b371c0abed4aca395f693b884707 (diff) |
Formerly io.c.~5~
Diffstat (limited to 'pflocal')
-rw-r--r-- | pflocal/io.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pflocal/io.c b/pflocal/io.c index 33b171d8..09b19fe6 100644 --- a/pflocal/io.c +++ b/pflocal/io.c @@ -18,7 +18,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "pflocal.h" +#include "sock.h" +#include "pipe.h" +#include "connq.h" /* Read data from an IO object. If offset if -1, read from the object maintained file pointer. If the object is not seekable, offset is |