aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-10 16:42:06 +0000
committerRichard M. Stallman1995-11-10 16:42:06 +0000
commitf0ce95e7d21ef282582faeb200e6ff66970c4cae (patch)
tree001c1e006ed6a07ab4dee33674af0d25d8de15a8
parente0e94b6c6f8d45cbace05a7c17099d03d639c6d4 (diff)
downloademacs-f0ce95e7d21ef282582faeb200e6ff66970c4cae.tar.gz
emacs-f0ce95e7d21ef282582faeb200e6ff66970c4cae.zip
Always include sys/wait.h unless NOT_C_CODE;
don't test #ifdef emacs for that.
-rw-r--r--src/s/usg5-4.h5
1 files changed, 4 insertions, 1 deletions
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. */
78 * interfere. And don't try to use SIGIO yet. 78 * interfere. And don't try to use SIGIO yet.
79 */ 79 */
80 80
81#ifndef NOT_C_CODE
82#include <sys/wait.h>
83#endif
84
81#ifdef emacs 85#ifdef emacs
82#include <sys/filio.h> 86#include <sys/filio.h>
83#include <termio.h> 87#include <termio.h>
84#include <sys/ttold.h> 88#include <sys/ttold.h>
85#include <signal.h> 89#include <signal.h>
86#include <sys/wait.h>
87#include <sys/stream.h> 90#include <sys/stream.h>
88#include <sys/stropts.h> 91#include <sys/stropts.h>
89#include <sys/termios.h> 92#include <sys/termios.h>