# HG changeset patch # User Richard M. Stallman # Date 816021726 0 # Node ID e31afd8b635579e51d7313f6e1a238ec58ccc1f1 # Parent 9963cce3628b96bb3bbd8fef713e8130be5870a1 Always include sys/wait.h unless NOT_C_CODE; don't test #ifdef emacs for that. diff -r 9963cce3628b -r e31afd8b6355 src/s/usg5-4.h --- 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 +#endif + #ifdef emacs #include #include #include #include -#include #include #include #include