changeset 13466:e31afd8b6355

Always include sys/wait.h unless NOT_C_CODE; don't test #ifdef emacs for that.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Nov 1995 16:42:06 +0000
parents 9963cce3628b
children 1d69a0ea30ec
files src/s/usg5-4.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/usg5-4.h	Fri Nov 10 16:40:35 1995 +0000
+++ b/src/s/usg5-4.h	Fri Nov 10 16:42:06 1995 +0000
@@ -78,12 +78,15 @@
  * interfere.  And don't try to use SIGIO yet.
  */
 
+#ifndef NOT_C_CODE
+#include <sys/wait.h>
+#endif
+
 #ifdef emacs
 #include <sys/filio.h>
 #include <termio.h>
 #include <sys/ttold.h>
 #include <signal.h>
-#include <sys/wait.h>
 #include <sys/stream.h>
 #include <sys/stropts.h>
 #include <sys/termios.h>