diff src/file-io.cc @ 1350:5f63d83dd694

[project @ 1995-09-05 07:37:59 by jwe]
author jwe
date Tue, 05 Sep 1995 07:47:12 +0000
parents 94bedeb289e5
children 19c10b8657d5
line wrap: on
line diff
--- a/src/file-io.cc	Tue Sep 05 07:09:38 1995 +0000
+++ b/src/file-io.cc	Tue Sep 05 07:47:12 1995 +0000
@@ -39,19 +39,20 @@
 #include <cstdlib>
 #include <cctype>
 
+#include <strstream.h>
+
+#ifdef HAVE_UNISTD_H
 #include <sys/types.h>
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#include <sys/wait.h>
+
 #include <fcntl.h>
 
-#include <strstream.h>
-
 #include <DLList.h>
 
 #include "dMatrix.h"
 
+#include "syswait.h"
 #include "statdefs.h"
 #include "file-io.h"
 #include "input.h"