aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>