From: Richard M. Stallman Date: Fri, 10 Nov 1995 16:42:06 +0000 (+0000) Subject: Always include sys/wait.h unless NOT_C_CODE; X-Git-Tag: emacs-19.34~2394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0ce95e7d21ef282582faeb200e6ff66970c4cae;p=emacs.git Always include sys/wait.h unless NOT_C_CODE; don't test #ifdef emacs for that. --- diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index d6b87ec19ae..047ef10557a 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -78,12 +78,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * interfere. And don't try to use SIGIO yet. */ +#ifndef NOT_C_CODE +#include +#endif + #ifdef emacs #include #include #include #include -#include #include #include #include